Html Css Color HEX #538E5E Chateau Green

📋 copy color: '#538E5E'

red 83 ◦ green 142 ◦ blue 94

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

Shades of Chateau Green #538E5E

Tints of Chateau Green #538E5E

RGB

 RED value IS 83 (32.81% from 255) = 26.02%

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 26.02%
G = 44.51%
B = 29.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#538E5E (or 0x538E5E) is known color: Chateau Green. HEX triplet: 53, 8E and 5E. RGB value is (83,142,94). Sum of RGB (Red+Green+Blue) = 83+142+94=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #538E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E5E is #AC71A1. Grayscale: #777777. Windows color (decimal): -11301282 or 6196819. OLE color: 6196819.

HSL color Cylindrical-coordinate representation of color #538E5E: hue angle of 131.19º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E5E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 94 -
CMYK 0.42 0 0.34 0.44
HSL 131.19º 0.26% 0.44% -
HSV(B) 131.19º 0.42% 0.56% -
XYZ 15.26 21.99 14.03 -
YUV 118.89 113.95 102.4 -
System Red Green Blue C M Y K H S L
Decimal 83 142 94 0.42 0 0.34 0.44 131.19 0.26 0.44
Hex 53 8E 5E 2A 0 22 2C 83 1A 2C
Octal 123 216 136 52 0 42 54 203 32 54
Binary 1010011 10001110 1011110 101010 0 100010 101100 10000011 11010 101100

Color Harmonies of #538E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E5E

Black with #538E5E

Text Example


Text Example

White with #538E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538E5E; }

 p { color: rgb(83,142,94); }

 H1.HeaderClassName
 {
   color: #538E5E;
 }
 .AnyTagClassName
 {
   color: #538E5E;
 }
</style>

background-color css

<style>
 a { background-color: #538E5E; }

 a { background-color: rgb(83,142,94); }

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

border-color css

<style>
 span { border-color: #538E5E; }

 span { border-color: rgb(83,142,94); }

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