Html Css Color HEX #428535 La Palma

📋 copy color: '#428535'

red 66 ◦ green 133 ◦ blue 53

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

Shades of La Palma #428535

Tints of La Palma #428535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 26.19%
G = 52.78%
B = 21.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#428535 (or 0x428535) is known color: La Palma. HEX triplet: 42, 85 and 35. RGB value is (66,133,53). Sum of RGB (Red+Green+Blue) = 66+133+53=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #428535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428535 is #BD7ACA. Grayscale: #686868. Windows color (decimal): -12417739 or 3507522. OLE color: 3507522.

HSL color Cylindrical-coordinate representation of color #428535: hue angle of 110.25º 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 #428535 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 53 -
CMYK 0.50 0 0.60 0.48
HSL 110.25º 0.43% 0.36% -
HSV(B) 110.25º 0.6% 0.52% -
XYZ 11.28 18.19 6.28 -
YUV 103.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 66 133 53 0.50 0 0.60 0.48 110.25 0.43 0.36
Hex 42 85 35 32 0 3C 30 6E 2B 24
Octal 102 205 65 62 0 74 60 156 53 44
Binary 1000010 10000101 110101 110010 0 111100 110000 1101110 101011 100100

Color Harmonies of #428535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428535

Black with #428535

Text Example


Text Example

White with #428535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428535; }

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

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

background-color css

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

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

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

border-color css

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

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

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