Html Css Color HEX #428A56 Chateau Green

📋 copy color: '#428A56'

red 66 ◦ green 138 ◦ blue 86

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

Shades of Chateau Green #428A56

Tints of Chateau Green #428A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.59%

 BLUE value IS 86 (33.98% from 255) = 29.66%

R = 22.76%
G = 47.59%
B = 29.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#428A56 (or 0x428A56) is known color: Chateau Green. HEX triplet: 42, 8A and 56. RGB value is (66,138,86). Sum of RGB (Red+Green+Blue) = 66+138+86=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #428A56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A56 is #BD75A9. Grayscale: #6E6E6E. Windows color (decimal): -12416426 or 5671490. OLE color: 5671490.

HSL color Cylindrical-coordinate representation of color #428A56: hue angle of 136.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A56 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 86 -
CMYK 0.52 0 0.38 0.46
HSL 136.67º 0.35% 0.4% -
HSV(B) 136.67º 0.52% 0.54% -
XYZ 13.01 20.01 11.98 -
YUV 110.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 66 138 86 0.52 0 0.38 0.46 136.67 0.35 0.4
Hex 42 8A 56 34 0 26 2E 89 23 28
Octal 102 212 126 64 0 46 56 211 43 50
Binary 1000010 10001010 1010110 110100 0 100110 101110 10001001 100011 101000

Color Harmonies of #428A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A56

Black with #428A56

Text Example


Text Example

White with #428A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,138,86); }

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

background-color css

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

 a { background-color: rgb(66,138,86); }

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

border-color css

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

 span { border-color: rgb(66,138,86); }

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