Html Css Color HEX #538D5D Chateau Green

📋 copy color: '#538D5D'

red 83 ◦ green 141 ◦ blue 93

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

Shades of Chateau Green #538D5D

Tints of Chateau Green #538D5D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.48%

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

R = 26.18%
G = 44.48%
B = 29.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#538D5D (or 0x538D5D) is known color: Chateau Green. HEX triplet: 53, 8D and 5D. RGB value is (83,141,93). Sum of RGB (Red+Green+Blue) = 83+141+93=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #538D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D5D is #AC72A2. Grayscale: #767676. Windows color (decimal): -11301539 or 6131027. OLE color: 6131027.

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

Color convert

RGB 83 141 93 -
CMYK 0.41 0 0.34 0.45
HSL 130.34º 0.26% 0.44% -
HSV(B) 130.34º 0.41% 0.55% -
XYZ 15.07 21.68 13.75 -
YUV 118.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 83 141 93 0.41 0 0.34 0.45 130.34 0.26 0.44
Hex 53 8D 5D 29 0 22 2D 82 1A 2C
Octal 123 215 135 51 0 42 55 202 32 54
Binary 1010011 10001101 1011101 101001 0 100010 101101 10000010 11010 101100

Color Harmonies of #538D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D5D

Black with #538D5D

Text Example


Text Example

White with #538D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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