Html Css Color HEX #428F5D Chateau Green

📋 copy color: '#428F5D'

red 66 ◦ green 143 ◦ blue 93

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

Shades of Chateau Green #428F5D

Tints of Chateau Green #428F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.35%

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 21.85%
G = 47.35%
B = 30.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#428F5D (or 0x428F5D) is known color: Chateau Green. HEX triplet: 42, 8F and 5D. RGB value is (66,143,93). Sum of RGB (Red+Green+Blue) = 66+143+93=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #428F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F5D is #BD70A2. Grayscale: #727272. Windows color (decimal): -12415139 or 6131522. OLE color: 6131522.

HSL color Cylindrical-coordinate representation of color #428F5D: hue angle of 141.04º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428F5D is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 93 -
CMYK 0.54 0 0.35 0.44
HSL 141.04º 0.37% 0.41% -
HSV(B) 141.04º 0.54% 0.56% -
XYZ 14.05 21.59 13.78 -
YUV 114.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 66 143 93 0.54 0 0.35 0.44 141.04 0.37 0.41
Hex 42 8F 5D 36 0 23 2C 8D 25 29
Octal 102 217 135 66 0 43 54 215 45 51
Binary 1000010 10001111 1011101 110110 0 100011 101100 10001101 100101 101001

Color Harmonies of #428F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F5D

Black with #428F5D

Text Example


Text Example

White with #428F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,143,93); }

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

background-color css

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

 a { background-color: rgb(66,143,93); }

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

border-color css

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

 span { border-color: rgb(66,143,93); }

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