Html Css Color HEX #428332 La Palma

📋 copy color: '#428332'

red 66 ◦ green 131 ◦ blue 50

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

Shades of La Palma #428332

Tints of La Palma #428332

RGB

 RED value IS 66 (26.17% from 255) = 26.72%

 GREEN value IS 131 (51.56% from 255) = 53.04%

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

R = 26.72%
G = 53.04%
B = 20.24%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#428332 (or 0x428332) is known color: La Palma. HEX triplet: 42, 83 and 32. RGB value is (66,131,50). Sum of RGB (Red+Green+Blue) = 66+131+50=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #428332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428332 is #BD7CCD. Grayscale: #666666. Windows color (decimal): -12418254 or 3310402. OLE color: 3310402.

HSL color Cylindrical-coordinate representation of color #428332: hue angle of 108.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #428332 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 131 50 -
CMYK 0.50 0 0.62 0.49
HSL 108.15º 0.45% 0.35% -
HSV(B) 108.15º 0.62% 0.51% -
XYZ 10.94 17.62 5.84 -
YUV 102.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 66 131 50 0.50 0 0.62 0.49 108.15 0.45 0.35
Hex 42 83 32 32 0 3E 31 6C 2D 23
Octal 102 203 62 62 0 76 61 154 55 43
Binary 1000010 10000011 110010 110010 0 111110 110001 1101100 101101 100011

Color Harmonies of #428332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428332

Black with #428332

Text Example


Text Example

White with #428332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428332; }

 p { color: rgb(66,131,50); }

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

background-color css

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

 a { background-color: rgb(66,131,50); }

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

border-color css

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

 span { border-color: rgb(66,131,50); }

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