Html Css Color HEX #538F5F Chateau Green

📋 copy color: '#538F5F'

red 83 ◦ green 143 ◦ blue 95

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

Shades of Chateau Green #538F5F

Tints of Chateau Green #538F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 25.86%
G = 44.55%
B = 29.6%

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

#538F5F (or 0x538F5F) is known color: Chateau Green. HEX triplet: 53, 8F and 5F. RGB value is (83,143,95). Sum of RGB (Red+Green+Blue) = 83+143+95=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #538F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F5F is #AC70A0. Grayscale: #777777. Windows color (decimal): -11301025 or 6262611. OLE color: 6262611.

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

Color convert

RGB 83 143 95 -
CMYK 0.42 0 0.34 0.44
HSL 132º 0.27% 0.44% -
HSV(B) 132º 0.42% 0.56% -
XYZ 15.46 22.31 14.32 -
YUV 119.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 83 143 95 0.42 0 0.34 0.44 132 0.27 0.44
Hex 53 8F 5F 2A 0 22 2C 84 1B 2C
Octal 123 217 137 52 0 42 54 204 33 54
Binary 1010011 10001111 1011111 101010 0 100010 101100 10000100 11011 101100

Color Harmonies of #538F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F5F

Black with #538F5F

Text Example


Text Example

White with #538F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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