Html Css Color HEX #449528 La Palma

📋 copy color: '#449528'

red 68 ◦ green 149 ◦ blue 40

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

Shades of La Palma #449528

Tints of La Palma #449528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 26.46%
G = 57.98%
B = 15.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#449528 (or 0x449528) is known color: La Palma. HEX triplet: 44, 95 and 28. RGB value is (68,149,40). Sum of RGB (Red+Green+Blue) = 68+149+40=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #449528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449528 is #BB6AD7. Grayscale: #707070. Windows color (decimal): -12282584 or 2659652. OLE color: 2659652.

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

Color convert

RGB 68 149 40 -
CMYK 0.54 0 0.73 0.42
HSL 104.59º 0.58% 0.37% -
HSV(B) 104.59º 0.73% 0.58% -
XYZ 13.51 22.88 5.71 -
YUV 112.36 87.16 96.36 -
System Red Green Blue C M Y K H S L
Decimal 68 149 40 0.54 0 0.73 0.42 104.59 0.58 0.37
Hex 44 95 28 36 0 49 2A 69 3A 25
Octal 104 225 50 66 0 111 52 151 72 45
Binary 1000100 10010101 101000 110110 0 1001001 101010 1101001 111010 100101

Color Harmonies of #449528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449528

Black with #449528

Text Example


Text Example

White with #449528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449528; }

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

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

background-color css

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

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

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

border-color css

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

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

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