Html Css Color HEX #538F5D Chateau Green

📋 copy color: '#538F5D'

red 83 ◦ green 143 ◦ blue 93

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

Shades of Chateau Green #538F5D

Tints of Chateau Green #538F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

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

R = 26.02%
G = 44.83%
B = 29.15%

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

#538F5D (or 0x538F5D) is known color: Chateau Green. HEX triplet: 53, 8F and 5D. RGB value is (83,143,93). Sum of RGB (Red+Green+Blue) = 83+143+93=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #538F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F5D is #AC70A2. Grayscale: #777777. Windows color (decimal): -11301027 or 6131539. OLE color: 6131539.

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

Color convert

RGB 83 143 93 -
CMYK 0.42 0 0.35 0.44
HSL 130º 0.27% 0.44% -
HSV(B) 130º 0.42% 0.56% -
XYZ 15.37 22.27 13.85 -
YUV 119.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 83 143 93 0.42 0 0.35 0.44 130 0.27 0.44
Hex 53 8F 5D 2A 0 23 2C 82 1B 2C
Octal 123 217 135 52 0 43 54 202 33 54
Binary 1010011 10001111 1011101 101010 0 100011 101100 10000010 11011 101100

Color Harmonies of #538F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F5D

Black with #538F5D

Text Example


Text Example

White with #538F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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