Html Css Color HEX #449414 La Palma

📋 copy color: '#449414'

red 68 ◦ green 148 ◦ blue 20

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

Shades of La Palma #449414

Tints of La Palma #449414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 28.81%
G = 62.71%
B = 8.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#449414 (or 0x449414) is known color: La Palma. HEX triplet: 44, 94 and 14. RGB value is (68,148,20). Sum of RGB (Red+Green+Blue) = 68+148+20=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #449414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449414 is #BB6BEB. Grayscale: #6D6D6D. Windows color (decimal): -12282860 or 1348676. OLE color: 1348676.

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

Color convert

RGB 68 148 20 -
CMYK 0.54 0 0.86 0.42
HSL 97.5º 0.76% 0.33% -
HSV(B) 97.5º 0.86% 0.58% -
XYZ 13.1 22.46 4.31 -
YUV 109.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 68 148 20 0.54 0 0.86 0.42 97.5 0.76 0.33
Hex 44 94 14 36 0 56 2A 62 4C 21
Octal 104 224 24 66 0 126 52 142 114 41
Binary 1000100 10010100 10100 110110 0 1010110 101010 1100010 1001100 100001

Color Harmonies of #449414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449414

Black with #449414

Text Example


Text Example

White with #449414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449414; }

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

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

background-color css

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

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

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

border-color css

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

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

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