Html Css Color HEX #448620 La Palma

📋 copy color: '#448620'

red 68 ◦ green 134 ◦ blue 32

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

Shades of La Palma #448620

Tints of La Palma #448620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.26%

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 29.06%
G = 57.26%
B = 13.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#448620 (or 0x448620) is known color: La Palma. HEX triplet: 44, 86 and 20. RGB value is (68,134,32). Sum of RGB (Red+Green+Blue) = 68+134+32=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 134 (52.73% from 255 or 57.26% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 134 - color contains mainly: green. Hex color #448620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448620 is #BB79DF. Grayscale: #666666. Windows color (decimal): -12286432 or 2131524. OLE color: 2131524.

HSL color Cylindrical-coordinate representation of color #448620: hue angle of 98.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #448620 is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 32 -
CMYK 0.49 0 0.76 0.47
HSL 98.82º 0.61% 0.33% -
HSV(B) 98.82º 0.76% 0.53% -
XYZ 11.17 18.38 4.33 -
YUV 102.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 68 134 32 0.49 0 0.76 0.47 98.82 0.61 0.33
Hex 44 86 20 31 0 4C 2F 63 3D 21
Octal 104 206 40 61 0 114 57 143 75 41
Binary 1000100 10000110 100000 110001 0 1001100 101111 1100011 111101 100001

Color Harmonies of #448620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448620

Black with #448620

Text Example


Text Example

White with #448620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448620; }

 p { color: rgb(68,134,32); }

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

background-color css

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

 a { background-color: rgb(68,134,32); }

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

border-color css

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

 span { border-color: rgb(68,134,32); }

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