Html Css Color HEX #538E5D Chateau Green

📋 copy color: '#538E5D'

red 83 ◦ green 142 ◦ blue 93

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

Shades of Chateau Green #538E5D

Tints of Chateau Green #538E5D

RGB

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

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

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

R = 26.1%
G = 44.65%
B = 29.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#538E5D (or 0x538E5D) is known color: Chateau Green. HEX triplet: 53, 8E and 5D. RGB value is (83,142,93). Sum of RGB (Red+Green+Blue) = 83+142+93=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #538E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E5D is #AC71A2. Grayscale: #767676. Windows color (decimal): -11301283 or 6131283. OLE color: 6131283.

HSL color Cylindrical-coordinate representation of color #538E5D: hue angle of 130.17º 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 #538E5D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 142 93 -
CMYK 0.42 0 0.35 0.44
HSL 130.17º 0.26% 0.44% -
HSV(B) 130.17º 0.42% 0.56% -
XYZ 15.22 21.98 13.8 -
YUV 118.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 83 142 93 0.42 0 0.35 0.44 130.17 0.26 0.44
Hex 53 8E 5D 2A 0 23 2C 82 1A 2C
Octal 123 216 135 52 0 43 54 202 32 54
Binary 1010011 10001110 1011101 101010 0 100011 101100 10000010 11010 101100

Color Harmonies of #538E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E5D

Black with #538E5D

Text Example


Text Example

White with #538E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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