Html Css Color HEX #448520 La Palma

📋 copy color: '#448520'

red 68 ◦ green 133 ◦ blue 32

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

Shades of La Palma #448520

Tints of La Palma #448520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

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

R = 29.18%
G = 57.08%
B = 13.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#448520 (or 0x448520) is known color: La Palma. HEX triplet: 44, 85 and 20. RGB value is (68,133,32). Sum of RGB (Red+Green+Blue) = 68+133+32=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #448520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448520 is #BB7ADF. Grayscale: #666666. Windows color (decimal): -12286688 or 2131268. OLE color: 2131268.

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

Color convert

RGB 68 133 32 -
CMYK 0.49 0 0.76 0.48
HSL 98.61º 0.61% 0.32% -
HSV(B) 98.61º 0.76% 0.52% -
XYZ 11.03 18.11 4.28 -
YUV 102.05 88.47 103.71 -
System Red Green Blue C M Y K H S L
Decimal 68 133 32 0.49 0 0.76 0.48 98.61 0.61 0.32
Hex 44 85 20 31 0 4C 30 63 3D 20
Octal 104 205 40 61 0 114 60 143 75 40
Binary 1000100 10000101 100000 110001 0 1001100 110000 1100011 111101 100000

Color Harmonies of #448520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448520

Black with #448520

Text Example


Text Example

White with #448520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448520; }

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

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

background-color css

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

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

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

border-color css

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

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

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