Html Css Color HEX #428D58 Chateau Green

📋 copy color: '#428D58'

red 66 ◦ green 141 ◦ blue 88

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

Shades of Chateau Green #428D58

Tints of Chateau Green #428D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 22.37%
G = 47.8%
B = 29.83%

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

#428D58 (or 0x428D58) is known color: Chateau Green. HEX triplet: 42, 8D and 58. RGB value is (66,141,88). Sum of RGB (Red+Green+Blue) = 66+141+88=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #428D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D58 is #BD72A7. Grayscale: #707070. Windows color (decimal): -12415656 or 5803330. OLE color: 5803330.

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

Color convert

RGB 66 141 88 -
CMYK 0.53 0 0.38 0.45
HSL 137.6º 0.36% 0.41% -
HSV(B) 137.6º 0.53% 0.55% -
XYZ 13.53 20.91 12.56 -
YUV 112.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 66 141 88 0.53 0 0.38 0.45 137.6 0.36 0.41
Hex 42 8D 58 35 0 26 2D 8A 24 29
Octal 102 215 130 65 0 46 55 212 44 51
Binary 1000010 10001101 1011000 110101 0 100110 101101 10001010 100100 101001

Color Harmonies of #428D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D58

Black with #428D58

Text Example


Text Example

White with #428D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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