Html Css Color HEX #428D57 Chateau Green

📋 copy color: '#428D57'

red 66 ◦ green 141 ◦ blue 87

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

Shades of Chateau Green #428D57

Tints of Chateau Green #428D57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.59%

R = 22.45%
G = 47.96%
B = 29.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#428D57 (or 0x428D57) is known color: Chateau Green. HEX triplet: 42, 8D and 57. RGB value is (66,141,87). Sum of RGB (Red+Green+Blue) = 66+141+87=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #428D57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D57 is #BD72A8. Grayscale: #707070. Windows color (decimal): -12415657 or 5737794. OLE color: 5737794.

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

Color convert

RGB 66 141 87 -
CMYK 0.53 0 0.38 0.45
HSL 136.8º 0.36% 0.41% -
HSV(B) 136.8º 0.53% 0.55% -
XYZ 13.49 20.9 12.34 -
YUV 112.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 66 141 87 0.53 0 0.38 0.45 136.8 0.36 0.41
Hex 42 8D 57 35 0 26 2D 89 24 29
Octal 102 215 127 65 0 46 55 211 44 51
Binary 1000010 10001101 1010111 110101 0 100110 101101 10001001 100100 101001

Color Harmonies of #428D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D57

Black with #428D57

Text Example


Text Example

White with #428D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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