Html Css Color HEX #428D39 La Palma

📋 copy color: '#428D39'

red 66 ◦ green 141 ◦ blue 57

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

Shades of La Palma #428D39

Tints of La Palma #428D39

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.41%

 BLUE value IS 57 (22.66% from 255) = 21.59%

R = 25%
G = 53.41%
B = 21.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#428D39 (or 0x428D39) is known color: La Palma. HEX triplet: 42, 8D and 39. RGB value is (66,141,57). Sum of RGB (Red+Green+Blue) = 66+141+57=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #428D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D39 is #BD72C6. Grayscale: #6D6D6D. Windows color (decimal): -12415687 or 3771714. OLE color: 3771714.

HSL color Cylindrical-coordinate representation of color #428D39: hue angle of 113.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428D39 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 57 -
CMYK 0.53 0 0.60 0.45
HSL 113.57º 0.42% 0.39% -
HSV(B) 113.57º 0.6% 0.55% -
XYZ 12.51 20.5 7.17 -
YUV 109 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 66 141 57 0.53 0 0.60 0.45 113.57 0.42 0.39
Hex 42 8D 39 35 0 3C 2D 72 2A 27
Octal 102 215 71 65 0 74 55 162 52 47
Binary 1000010 10001101 111001 110101 0 111100 101101 1110010 101010 100111

Color Harmonies of #428D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D39

Black with #428D39

Text Example


Text Example

White with #428D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428D39; }

 p { color: rgb(66,141,57); }

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

background-color css

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

 a { background-color: rgb(66,141,57); }

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

border-color css

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

 span { border-color: rgb(66,141,57); }

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