Html Css Color HEX #428B55 Chateau Green

📋 copy color: '#428B55'

red 66 ◦ green 139 ◦ blue 85

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

Shades of Chateau Green #428B55

Tints of Chateau Green #428B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 22.76%
G = 47.93%
B = 29.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#428B55 (or 0x428B55) is known color: Chateau Green. HEX triplet: 42, 8B and 55. RGB value is (66,139,85). Sum of RGB (Red+Green+Blue) = 66+139+85=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #428B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428B55 is #BD74AA. Grayscale: #6F6F6F. Windows color (decimal): -12416171 or 5606210. OLE color: 5606210.

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

Color convert

RGB 66 139 85 -
CMYK 0.53 0 0.39 0.45
HSL 135.62º 0.36% 0.4% -
HSV(B) 135.62º 0.53% 0.55% -
XYZ 13.12 20.28 11.82 -
YUV 111.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 66 139 85 0.53 0 0.39 0.45 135.62 0.36 0.4
Hex 42 8B 55 35 0 27 2D 88 24 28
Octal 102 213 125 65 0 47 55 210 44 50
Binary 1000010 10001011 1010101 110101 0 100111 101101 10001000 100100 101000

Color Harmonies of #428B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428B55

Black with #428B55

Text Example


Text Example

White with #428B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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