Html Css Color HEX #428D54 Chateau Green

📋 copy color: '#428D54'

red 66 ◦ green 141 ◦ blue 84

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

Shades of Chateau Green #428D54

Tints of Chateau Green #428D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 22.68%
G = 48.45%
B = 28.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#428D54 (or 0x428D54) is known color: Chateau Green. HEX triplet: 42, 8D and 54. RGB value is (66,141,84). Sum of RGB (Red+Green+Blue) = 66+141+84=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #428D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D54 is #BD72AB. Grayscale: #707070. Windows color (decimal): -12415660 or 5541186. OLE color: 5541186.

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

Color convert

RGB 66 141 84 -
CMYK 0.53 0 0.40 0.45
HSL 134.4º 0.36% 0.41% -
HSV(B) 134.4º 0.53% 0.55% -
XYZ 13.37 20.85 11.71 -
YUV 112.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 66 141 84 0.53 0 0.40 0.45 134.4 0.36 0.41
Hex 42 8D 54 35 0 28 2D 86 24 29
Octal 102 215 124 65 0 50 55 206 44 51
Binary 1000010 10001101 1010100 110101 0 101000 101101 10000110 100100 101001

Color Harmonies of #428D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D54

Black with #428D54

Text Example


Text Example

White with #428D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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