Html Css Color HEX #428C34 La Palma

📋 copy color: '#428C34'

red 66 ◦ green 140 ◦ blue 52

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

Shades of La Palma #428C34

Tints of La Palma #428C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.26%

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

R = 25.58%
G = 54.26%
B = 20.16%

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

#428C34 (or 0x428C34) is known color: La Palma. HEX triplet: 42, 8C and 34. RGB value is (66,140,52). Sum of RGB (Red+Green+Blue) = 66+140+52=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #428C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C34 is #BD73CB. Grayscale: #6C6C6C. Windows color (decimal): -12415948 or 3443778. OLE color: 3443778.

HSL color Cylindrical-coordinate representation of color #428C34: hue angle of 110.45º 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 #428C34 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 140 52 -
CMYK 0.53 0 0.63 0.45
HSL 110.45º 0.46% 0.38% -
HSV(B) 110.45º 0.63% 0.55% -
XYZ 12.24 20.16 6.5 -
YUV 107.84 96.48 98.16 -
System Red Green Blue C M Y K H S L
Decimal 66 140 52 0.53 0 0.63 0.45 110.45 0.46 0.38
Hex 42 8C 34 35 0 3F 2D 6E 2E 26
Octal 102 214 64 65 0 77 55 156 56 46
Binary 1000010 10001100 110100 110101 0 111111 101101 1101110 101110 100110

Color Harmonies of #428C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428C34

Black with #428C34

Text Example


Text Example

White with #428C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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