Html Css Color HEX #428D59 Chateau Green

📋 copy color: '#428D59'

red 66 ◦ green 141 ◦ blue 89

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

Shades of Chateau Green #428D59

Tints of Chateau Green #428D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 22.3%
G = 47.64%
B = 30.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#428D59 (or 0x428D59) is known color: Chateau Green. HEX triplet: 42, 8D and 59. RGB value is (66,141,89). Sum of RGB (Red+Green+Blue) = 66+141+89=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #428D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D59 is #BD72A6. Grayscale: #707070. Windows color (decimal): -12415655 or 5868866. OLE color: 5868866.

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

Color convert

RGB 66 141 89 -
CMYK 0.53 0 0.37 0.45
HSL 138.4º 0.36% 0.41% -
HSV(B) 138.4º 0.53% 0.55% -
XYZ 13.57 20.93 12.78 -
YUV 112.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 66 141 89 0.53 0 0.37 0.45 138.4 0.36 0.41
Hex 42 8D 59 35 0 25 2D 8A 24 29
Octal 102 215 131 65 0 45 55 212 44 51
Binary 1000010 10001101 1011001 110101 0 100101 101101 10001010 100100 101001

Color Harmonies of #428D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D59

Black with #428D59

Text Example


Text Example

White with #428D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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