Html Css Color HEX #428D4D Chateau Green

📋 copy color: '#428D4D'

red 66 ◦ green 141 ◦ blue 77

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

Shades of Chateau Green #428D4D

Tints of Chateau Green #428D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 23.24%
G = 49.65%
B = 27.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#428D4D (or 0x428D4D) is known color: Chateau Green. HEX triplet: 42, 8D and 4D. RGB value is (66,141,77). Sum of RGB (Red+Green+Blue) = 66+141+77=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #428D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428D4D is #BD72B2. Grayscale: #6F6F6F. Windows color (decimal): -12415667 or 5082434. OLE color: 5082434.

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

Color convert

RGB 66 141 77 -
CMYK 0.53 0 0.45 0.45
HSL 128.8º 0.36% 0.41% -
HSV(B) 128.8º 0.53% 0.55% -
XYZ 13.11 20.74 10.33 -
YUV 111.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 66 141 77 0.53 0 0.45 0.45 128.8 0.36 0.41
Hex 42 8D 4D 35 0 2D 2D 81 24 29
Octal 102 215 115 65 0 55 55 201 44 51
Binary 1000010 10001101 1001101 110101 0 101101 101101 10000001 100100 101001

Color Harmonies of #428D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D4D

Black with #428D4D

Text Example


Text Example

White with #428D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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