Html Css Color HEX #448814 La Palma

📋 copy color: '#448814'

red 68 ◦ green 136 ◦ blue 20

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

Shades of La Palma #448814

Tints of La Palma #448814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.71%

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

R = 30.36%
G = 60.71%
B = 8.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#448814 (or 0x448814) is known color: La Palma. HEX triplet: 44, 88 and 14. RGB value is (68,136,20). Sum of RGB (Red+Green+Blue) = 68+136+20=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #448814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448814 is #BB77EB. Grayscale: #666666. Windows color (decimal): -12285932 or 1345604. OLE color: 1345604.

HSL color Cylindrical-coordinate representation of color #448814: hue angle of 95.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #448814 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 136 20 -
CMYK 0.50 0 0.85 0.47
HSL 95.17º 0.74% 0.31% -
HSV(B) 95.17º 0.85% 0.53% -
XYZ 11.31 18.89 3.71 -
YUV 102.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 68 136 20 0.50 0 0.85 0.47 95.17 0.74 0.31
Hex 44 88 14 32 0 55 2F 5F 4A 1F
Octal 104 210 24 62 0 125 57 137 112 37
Binary 1000100 10001000 10100 110010 0 1010101 101111 1011111 1001010 11111

Color Harmonies of #448814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448814

Black with #448814

Text Example


Text Example

White with #448814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448814; }

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

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

background-color css

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

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

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

border-color css

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

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

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