Html Css Color HEX #428434 La Palma

📋 copy color: '#428434'

red 66 ◦ green 132 ◦ blue 52

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

Shades of La Palma #428434

Tints of La Palma #428434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 26.4%
G = 52.8%
B = 20.8%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#428434 (or 0x428434) is known color: La Palma. HEX triplet: 42, 84 and 34. RGB value is (66,132,52). Sum of RGB (Red+Green+Blue) = 66+132+52=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #428434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428434 is #BD7BCB. Grayscale: #676767. Windows color (decimal): -12417996 or 3441730. OLE color: 3441730.

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

Color convert

RGB 66 132 52 -
CMYK 0.5 0 0.61 0.48
HSL 109.5º 0.43% 0.36% -
HSV(B) 109.5º 0.61% 0.52% -
XYZ 11.12 17.91 6.12 -
YUV 103.15 99.13 101.5 -
System Red Green Blue C M Y K H S L
Decimal 66 132 52 0.5 0 0.61 0.48 109.5 0.43 0.36
Hex 42 84 34 32 0 3D 30 6E 2B 24
Octal 102 204 64 62 0 75 60 156 53 44
Binary 1000010 10000100 110100 110010 0 111101 110000 1101110 101011 100100

Color Harmonies of #428434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428434

Black with #428434

Text Example


Text Example

White with #428434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428434; }

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

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

background-color css

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

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

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

border-color css

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

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

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