Html Css Color HEX #449F32 La Palma

📋 copy color: '#449F32'

red 68 ◦ green 159 ◦ blue 50

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

Shades of La Palma #449F32

Tints of La Palma #449F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.4%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 24.55%
G = 57.4%
B = 18.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#449F32 (or 0x449F32) is known color: La Palma. HEX triplet: 44, 9F and 32. RGB value is (68,159,50). Sum of RGB (Red+Green+Blue) = 68+159+50=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #449F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F32 is #BB60CD. Grayscale: #777777. Windows color (decimal): -12280014 or 3317572. OLE color: 3317572.

HSL color Cylindrical-coordinate representation of color #449F32: hue angle of 110.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449F32 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 159 50 -
CMYK 0.57 0 0.69 0.38
HSL 110.09º 0.52% 0.41% -
HSV(B) 110.09º 0.69% 0.62% -
XYZ 15.36 26.26 7.28 -
YUV 119.37 88.85 91.36 -
System Red Green Blue C M Y K H S L
Decimal 68 159 50 0.57 0 0.69 0.38 110.09 0.52 0.41
Hex 44 9F 32 39 0 45 26 6E 34 29
Octal 104 237 62 71 0 105 46 156 64 51
Binary 1000100 10011111 110010 111001 0 1000101 100110 1101110 110100 101001

Color Harmonies of #449F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449F32

Black with #449F32

Text Example


Text Example

White with #449F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,159,50); }

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

background-color css

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

 a { background-color: rgb(68,159,50); }

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

border-color css

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

 span { border-color: rgb(68,159,50); }

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