Html Css Color HEX #428435 La Palma

📋 copy color: '#428435'

red 66 ◦ green 132 ◦ blue 53

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

Shades of La Palma #428435

Tints of La Palma #428435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 26.29%
G = 52.59%
B = 21.12%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#428435 (or 0x428435) is known color: La Palma. HEX triplet: 42, 84 and 35. RGB value is (66,132,53). Sum of RGB (Red+Green+Blue) = 66+132+53=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #428435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428435 is #BD7BCA. Grayscale: #676767. Windows color (decimal): -12417995 or 3507266. OLE color: 3507266.

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

Color convert

RGB 66 132 53 -
CMYK 0.5 0 0.60 0.48
HSL 110.13º 0.43% 0.36% -
HSV(B) 110.13º 0.6% 0.52% -
XYZ 11.14 17.92 6.24 -
YUV 103.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 66 132 53 0.5 0 0.60 0.48 110.13 0.43 0.36
Hex 42 84 35 32 0 3C 30 6E 2B 24
Octal 102 204 65 62 0 74 60 156 53 44
Binary 1000010 10000100 110101 110010 0 111100 110000 1101110 101011 100100

Color Harmonies of #428435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428435

Black with #428435

Text Example


Text Example

White with #428435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428435; }

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

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

background-color css

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

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

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

border-color css

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

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

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