Html Css Color HEX #449614 La Palma

📋 copy color: '#449614'

red 68 ◦ green 150 ◦ blue 20

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

Shades of La Palma #449614

Tints of La Palma #449614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.03%

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

R = 28.57%
G = 63.03%
B = 8.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#449614 (or 0x449614) is known color: La Palma. HEX triplet: 44, 96 and 14. RGB value is (68,150,20). Sum of RGB (Red+Green+Blue) = 68+150+20=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #449614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449614 is #BB69EB. Grayscale: #6F6F6F. Windows color (decimal): -12282348 or 1349188. OLE color: 1349188.

HSL color Cylindrical-coordinate representation of color #449614: hue angle of 97.85º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #449614 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 20 -
CMYK 0.55 0 0.87 0.41
HSL 97.85º 0.76% 0.33% -
HSV(B) 97.85º 0.87% 0.59% -
XYZ 13.42 23.09 4.41 -
YUV 110.66 76.83 97.57 -
System Red Green Blue C M Y K H S L
Decimal 68 150 20 0.55 0 0.87 0.41 97.85 0.76 0.33
Hex 44 96 14 37 0 57 29 62 4C 21
Octal 104 226 24 67 0 127 51 142 114 41
Binary 1000100 10010110 10100 110111 0 1010111 101001 1100010 1001100 100001

Color Harmonies of #449614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449614

Black with #449614

Text Example


Text Example

White with #449614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449614; }

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

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

background-color css

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

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

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

border-color css

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

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

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