Html Css Color HEX #428F5B Chateau Green

📋 copy color: '#428F5B'

red 66 ◦ green 143 ◦ blue 91

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

Shades of Chateau Green #428F5B

Tints of Chateau Green #428F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 22%
G = 47.67%
B = 30.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#428F5B (or 0x428F5B) is known color: Chateau Green. HEX triplet: 42, 8F and 5B. RGB value is (66,143,91). Sum of RGB (Red+Green+Blue) = 66+143+91=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #428F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428F5B is #BD70A4. Grayscale: #727272. Windows color (decimal): -12415141 or 6000450. OLE color: 6000450.

HSL color Cylindrical-coordinate representation of color #428F5B: hue angle of 139.48º 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 #428F5B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 143 91 -
CMYK 0.54 0 0.36 0.44
HSL 139.48º 0.37% 0.41% -
HSV(B) 139.48º 0.54% 0.56% -
XYZ 13.96 21.56 13.32 -
YUV 114.05 114.99 93.73 -
System Red Green Blue C M Y K H S L
Decimal 66 143 91 0.54 0 0.36 0.44 139.48 0.37 0.41
Hex 42 8F 5B 36 0 24 2C 8B 25 29
Octal 102 217 133 66 0 44 54 213 45 51
Binary 1000010 10001111 1011011 110110 0 100100 101100 10001011 100101 101001

Color Harmonies of #428F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F5B

Black with #428F5B

Text Example


Text Example

White with #428F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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