Html Css Color HEX #449412 La Palma

📋 copy color: '#449412'

red 68 ◦ green 148 ◦ blue 18

#449412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #449412

Tints of La Palma #449412

RGB

 RED value IS 68 (26.95% from 255) = 29.06%

 GREEN value IS 148 (58.2% from 255) = 63.25%

 BLUE value IS 18 (7.42% from 255) = 7.69%

R = 29.06%
G = 63.25%
B = 7.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#449412 (or 0x449412) is known color: La Palma. HEX triplet: 44, 94 and 12. RGB value is (68,148,18). Sum of RGB (Red+Green+Blue) = 68+148+18=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #449412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449412 is #BB6BED. Grayscale: #6D6D6D. Windows color (decimal): -12282862 or 1217604. OLE color: 1217604.

HSL color Cylindrical-coordinate representation of color #449412: hue angle of 96.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #449412 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 18 -
CMYK 0.54 0 0.88 0.42
HSL 96.92º 0.78% 0.33% -
HSV(B) 96.92º 0.88% 0.58% -
XYZ 13.08 22.45 4.22 -
YUV 109.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 68 148 18 0.54 0 0.88 0.42 96.92 0.78 0.33
Hex 44 94 12 36 0 58 2A 61 4E 21
Octal 104 224 22 66 0 130 52 141 116 41
Binary 1000100 10010100 10010 110110 0 1011000 101010 1100001 1001110 100001

Color Harmonies of #449412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449412

Black with #449412

Text Example


Text Example

White with #449412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449412; }

 p { color: rgb(68,148,18); }

 H1.HeaderClassName
 {
   color: #449412;
 }
 .AnyTagClassName
 {
   color: #449412;
 }
</style>

background-color css

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

 a { background-color: rgb(68,148,18); }

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

border-color css

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

 span { border-color: rgb(68,148,18); }

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