Html Css Color HEX #428D53 Chateau Green

📋 copy color: '#428D53'

red 66 ◦ green 141 ◦ blue 83

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

Shades of Chateau Green #428D53

Tints of Chateau Green #428D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 22.76%
G = 48.62%
B = 28.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#428D53 (or 0x428D53) is known color: Chateau Green. HEX triplet: 42, 8D and 53. RGB value is (66,141,83). Sum of RGB (Red+Green+Blue) = 66+141+83=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #428D53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D53 is #BD72AC. Grayscale: #707070. Windows color (decimal): -12415661 or 5475650. OLE color: 5475650.

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

Color convert

RGB 66 141 83 -
CMYK 0.53 0 0.41 0.45
HSL 133.6º 0.36% 0.41% -
HSV(B) 133.6º 0.53% 0.55% -
XYZ 13.33 20.83 11.5 -
YUV 111.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 66 141 83 0.53 0 0.41 0.45 133.6 0.36 0.41
Hex 42 8D 53 35 0 29 2D 86 24 29
Octal 102 215 123 65 0 51 55 206 44 51
Binary 1000010 10001101 1010011 110101 0 101001 101101 10000110 100100 101001

Color Harmonies of #428D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D53

Black with #428D53

Text Example


Text Example

White with #428D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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