Html Css Color HEX #53975F Chateau Green

📋 copy color: '#53975F'

red 83 ◦ green 151 ◦ blue 95

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

Shades of Chateau Green #53975F

Tints of Chateau Green #53975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

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

R = 25.23%
G = 45.9%
B = 28.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#53975F (or 0x53975F) is known color: Chateau Green. HEX triplet: 53, 97 and 5F. RGB value is (83,151,95). Sum of RGB (Red+Green+Blue) = 83+151+95=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #53975F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53975F is #AC68A0. Grayscale: #7C7C7C. Windows color (decimal): -11298977 or 6264659. OLE color: 6264659.

HSL color Cylindrical-coordinate representation of color #53975F: hue angle of 130.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53975F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 151 95 -
CMYK 0.45 0 0.37 0.41
HSL 130.59º 0.29% 0.46% -
HSV(B) 130.59º 0.45% 0.59% -
XYZ 16.7 24.8 14.73 -
YUV 124.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 83 151 95 0.45 0 0.37 0.41 130.59 0.29 0.46
Hex 53 97 5F 2D 0 25 29 83 1D 2E
Octal 123 227 137 55 0 45 51 203 35 56
Binary 1010011 10010111 1011111 101101 0 100101 101001 10000011 11101 101110

Color Harmonies of #53975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53975F

Black with #53975F

Text Example


Text Example

White with #53975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53975F; }

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

 H1.HeaderClassName
 {
   color: #53975F;
 }
 .AnyTagClassName
 {
   color: #53975F;
 }
</style>

background-color css

<style>
 a { background-color: #53975F; }

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

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

border-color css

<style>
 span { border-color: #53975F; }

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

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