#448632

Color #448632 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #448632

Tints of La Palma #448632

Color information

#448632 (or 0x448632) is unknown color: approx La Palma. HEX triplet: 44, 86 and 32. RGB value is (68,134,50). Sum of RGB (Red+Green+Blue) = 68+134+50=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #448632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448632 is #BB79CD. Grayscale: #686868. Windows color (decimal): -12286414 or 3311172. OLE color: 3311172.

HSL color Cylindrical-coordinate representation of color #448632: hue angle of 107.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448632 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB6813450-
CMYK0.4900.630.47
HSL107.14º45.65%36.08%-
HSV(B)107.14º62.69%52.55%-
XYZ11.4818.515.98-
YUV104.6997.13101.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 134 (52.73% from 255) = 53.17%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=26.98%
G=53.17%
B=19.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134500.4900.630.47107.1445.6536.08
Hex4486323103F2F6b2e24
Octal1042066261077571535644
Binary10001001000011011001011000101111111011111101011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448632; }

 p { color: rgb(68,134,50); }

 H1.HeaderClassName
 {
   color: #448632;
 }
 .AnyTagClassName
 {
   color: #448632;
 }
</style>
background-color css

<style>
 a { background-color: #448632; }

 a { background-color: rgb(68,134,50); }

 div.DivClassName
 {
   background-color: #448632;
 }
 .BgClassName
 {
   background-color: #448632;
 }
</style>
border-color css

<style>
 span { border-color: #448632; }

 span { border-color: rgb(68,134,50); }

 td.TdClassName
 {
   border-color: #448632;
 }
 .TagClassName
 {
   border-color: #448632;
 }
</style>