Html Css Color HEX #428D52 Chateau Green

📋 copy color: '#428D52'

red 66 ◦ green 141 ◦ blue 82

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

Shades of Chateau Green #428D52

Tints of Chateau Green #428D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 22.84%
G = 48.79%
B = 28.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#428D52 (or 0x428D52) is known color: Chateau Green. HEX triplet: 42, 8D and 52. RGB value is (66,141,82). Sum of RGB (Red+Green+Blue) = 66+141+82=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #428D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D52 is #BD72AD. Grayscale: #707070. Windows color (decimal): -12415662 or 5410114. OLE color: 5410114.

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

Color convert

RGB 66 141 82 -
CMYK 0.53 0 0.42 0.45
HSL 132.8º 0.36% 0.41% -
HSV(B) 132.8º 0.53% 0.55% -
XYZ 13.29 20.82 11.3 -
YUV 111.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 66 141 82 0.53 0 0.42 0.45 132.8 0.36 0.41
Hex 42 8D 52 35 0 2A 2D 85 24 29
Octal 102 215 122 65 0 52 55 205 44 51
Binary 1000010 10001101 1010010 110101 0 101010 101101 10000101 100100 101001

Color Harmonies of #428D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D52

Black with #428D52

Text Example


Text Example

White with #428D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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