Html Css Color HEX #449B14 La Palma

📋 copy color: '#449B14'

red 68 ◦ green 155 ◦ blue 20

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

Shades of La Palma #449B14

Tints of La Palma #449B14

RGB

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

 GREEN value IS 155 (60.94% from 255) = 63.79%

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

R = 27.98%
G = 63.79%
B = 8.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#449B14 (or 0x449B14) is known color: La Palma. HEX triplet: 44, 9B and 14. RGB value is (68,155,20). Sum of RGB (Red+Green+Blue) = 68+155+20=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 155 (60.94% from 255 or 63.79% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 155 - color contains mainly: green. Hex color #449B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449B14 is #BB64EB. Grayscale: #727272. Windows color (decimal): -12281068 or 1350468. OLE color: 1350468.

HSL color Cylindrical-coordinate representation of color #449B14: hue angle of 98.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #449B14 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 155 20 -
CMYK 0.56 0 0.87 0.39
HSL 98.67º 0.77% 0.34% -
HSV(B) 98.67º 0.87% 0.61% -
XYZ 14.23 24.72 4.68 -
YUV 113.6 75.18 95.48 -
System Red Green Blue C M Y K H S L
Decimal 68 155 20 0.56 0 0.87 0.39 98.67 0.77 0.34
Hex 44 9B 14 38 0 57 27 63 4D 22
Octal 104 233 24 70 0 127 47 143 115 42
Binary 1000100 10011011 10100 111000 0 1010111 100111 1100011 1001101 100010

Color Harmonies of #449B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B14

Black with #449B14

Text Example


Text Example

White with #449B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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