Html Css Color HEX #449520 La Palma

📋 copy color: '#449520'

red 68 ◦ green 149 ◦ blue 32

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

Shades of La Palma #449520

Tints of La Palma #449520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.84%

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

R = 27.31%
G = 59.84%
B = 12.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#449520 (or 0x449520) is known color: La Palma. HEX triplet: 44, 95 and 20. RGB value is (68,149,32). Sum of RGB (Red+Green+Blue) = 68+149+32=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #449520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449520 is #BB6ADF. Grayscale: #6F6F6F. Windows color (decimal): -12282592 or 2135364. OLE color: 2135364.

HSL color Cylindrical-coordinate representation of color #449520: hue angle of 101.54º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #449520 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 32 -
CMYK 0.54 0 0.79 0.42
HSL 101.54º 0.65% 0.35% -
HSV(B) 101.54º 0.79% 0.58% -
XYZ 13.39 22.83 5.07 -
YUV 111.44 83.16 97.01 -
System Red Green Blue C M Y K H S L
Decimal 68 149 32 0.54 0 0.79 0.42 101.54 0.65 0.35
Hex 44 95 20 36 0 4F 2A 66 41 23
Octal 104 225 40 66 0 117 52 146 101 43
Binary 1000100 10010101 100000 110110 0 1001111 101010 1100110 1000001 100011

Color Harmonies of #449520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449520

Black with #449520

Text Example


Text Example

White with #449520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449520; }

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

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

background-color css

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

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

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

border-color css

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

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

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