Html Css Color HEX #449B20 La Palma

📋 copy color: '#449B20'

red 68 ◦ green 155 ◦ blue 32

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

Shades of La Palma #449B20

Tints of La Palma #449B20

RGB

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

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

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

R = 26.67%
G = 60.78%
B = 12.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#449B20 (or 0x449B20) is known color: La Palma. HEX triplet: 44, 9B and 20. RGB value is (68,155,32). Sum of RGB (Red+Green+Blue) = 68+155+32=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 155 (60.94% from 255 or 60.78% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 155 - color contains mainly: green. Hex color #449B20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B20 is #BB64DF. Grayscale: #737373. Windows color (decimal): -12281056 or 2136900. OLE color: 2136900.

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

Color convert

RGB 68 155 32 -
CMYK 0.56 0 0.79 0.39
HSL 102.44º 0.66% 0.37% -
HSV(B) 102.44º 0.79% 0.61% -
XYZ 14.37 24.78 5.39 -
YUV 114.97 81.18 94.5 -
System Red Green Blue C M Y K H S L
Decimal 68 155 32 0.56 0 0.79 0.39 102.44 0.66 0.37
Hex 44 9B 20 38 0 4F 27 66 42 25
Octal 104 233 40 70 0 117 47 146 102 45
Binary 1000100 10011011 100000 111000 0 1001111 100111 1100110 1000010 100101

Color Harmonies of #449B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B20

Black with #449B20

Text Example


Text Example

White with #449B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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