Html Css Color HEX #428D34 La Palma

📋 copy color: '#428D34'

red 66 ◦ green 141 ◦ blue 52

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

Shades of La Palma #428D34

Tints of La Palma #428D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 25.48%
G = 54.44%
B = 20.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#428D34 (or 0x428D34) is known color: La Palma. HEX triplet: 42, 8D and 34. RGB value is (66,141,52). Sum of RGB (Red+Green+Blue) = 66+141+52=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #428D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D34 is #BD72CB. Grayscale: #6C6C6C. Windows color (decimal): -12415692 or 3444034. OLE color: 3444034.

HSL color Cylindrical-coordinate representation of color #428D34: hue angle of 110.56º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #428D34 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 52 -
CMYK 0.53 0 0.63 0.45
HSL 110.56º 0.46% 0.38% -
HSV(B) 110.56º 0.63% 0.55% -
XYZ 12.39 20.46 6.54 -
YUV 108.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 66 141 52 0.53 0 0.63 0.45 110.56 0.46 0.38
Hex 42 8D 34 35 0 3F 2D 6F 2E 26
Octal 102 215 64 65 0 77 55 157 56 46
Binary 1000010 10001101 110100 110101 0 111111 101101 1101111 101110 100110

Color Harmonies of #428D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D34

Black with #428D34

Text Example


Text Example

White with #428D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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