Html Css Color HEX #428B5A Chateau Green

📋 copy color: '#428B5A'

red 66 ◦ green 139 ◦ blue 90

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

Shades of Chateau Green #428B5A

Tints of Chateau Green #428B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.12%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 22.37%
G = 47.12%
B = 30.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#428B5A (or 0x428B5A) is known color: Chateau Green. HEX triplet: 42, 8B and 5A. RGB value is (66,139,90). Sum of RGB (Red+Green+Blue) = 66+139+90=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 139 - color contains mainly: green. Hex color #428B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B5A is #BD74A5. Grayscale: #6F6F6F. Windows color (decimal): -12416166 or 5933890. OLE color: 5933890.

HSL color Cylindrical-coordinate representation of color #428B5A: hue angle of 139.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428B5A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 139 90 -
CMYK 0.53 0 0.35 0.45
HSL 139.73º 0.36% 0.4% -
HSV(B) 139.73º 0.53% 0.55% -
XYZ 13.32 20.36 12.9 -
YUV 111.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 66 139 90 0.53 0 0.35 0.45 139.73 0.36 0.4
Hex 42 8B 5A 35 0 23 2D 8C 24 28
Octal 102 213 132 65 0 43 55 214 44 50
Binary 1000010 10001011 1011010 110101 0 100011 101101 10001100 100100 101000

Color Harmonies of #428B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B5A

Black with #428B5A

Text Example


Text Example

White with #428B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,139,90); }

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

background-color css

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

 a { background-color: rgb(66,139,90); }

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

border-color css

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

 span { border-color: rgb(66,139,90); }

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