#449202

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

Shades of La Palma #449202

Tints of La Palma #449202

Color information

#449202 (or 0x449202) is unknown color: approx La Palma. HEX triplet: 44, 92 and 02. RGB value is (68,146,2). Sum of RGB (Red+Green+Blue) = 68+146+2=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 146 (57.42% from 255 or 67.59% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 146 - color contains mainly: green. Hex color #449202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449202 is #BB6DFD. Grayscale: #6A6A6A. Windows color (decimal): -12283390 or 168516. OLE color: 168516.

HSL color Cylindrical-coordinate representation of color #449202: hue angle of 92.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #449202 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB681462-
CMYK0.5300.990.43
HSL92.5º97.3%29.02%-
HSV(B)92.5º98.63%57.25%-
XYZ12.6721.793.6-
YUV106.2669.16100.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 146 (57.42% from 255) = 67.59%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=31.48%
G=67.59%
B=0.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6814620.5300.990.4392.597.329.02
Hex44922350632B5c611d
Octal10422226501435313414135
Binary10001001001001010110101011000111010111011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449202; }

 p { color: rgb(68,146,2); }

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

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

 a { background-color: rgb(68,146,2); }

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

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

 span { border-color: rgb(68,146,2); }

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