Html Css Color HEX #428532 La Palma

📋 copy color: '#428532'

red 66 ◦ green 133 ◦ blue 50

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

Shades of La Palma #428532

Tints of La Palma #428532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.41%

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

R = 26.51%
G = 53.41%
B = 20.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#428532 (or 0x428532) is known color: La Palma. HEX triplet: 42, 85 and 32. RGB value is (66,133,50). Sum of RGB (Red+Green+Blue) = 66+133+50=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #428532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428532 is #BD7ACD. Grayscale: #676767. Windows color (decimal): -12417742 or 3310914. OLE color: 3310914.

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

Color convert

RGB 66 133 50 -
CMYK 0.50 0 0.62 0.48
HSL 108.43º 0.45% 0.36% -
HSV(B) 108.43º 0.62% 0.52% -
XYZ 11.21 18.16 5.93 -
YUV 103.51 97.8 101.25 -
System Red Green Blue C M Y K H S L
Decimal 66 133 50 0.50 0 0.62 0.48 108.43 0.45 0.36
Hex 42 85 32 32 0 3E 30 6C 2D 24
Octal 102 205 62 62 0 76 60 154 55 44
Binary 1000010 10000101 110010 110010 0 111110 110000 1101100 101101 100100

Color Harmonies of #428532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428532

Black with #428532

Text Example


Text Example

White with #428532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428532; }

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

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

background-color css

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

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

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

border-color css

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

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

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