Html Css Color HEX #53915E Chateau Green

📋 copy color: '#53915E'

red 83 ◦ green 145 ◦ blue 94

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

Shades of Chateau Green #53915E

Tints of Chateau Green #53915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 25.78%
G = 45.03%
B = 29.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.43

RGB Variations

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

Color information

#53915E (or 0x53915E) is known color: Chateau Green. HEX triplet: 53, 91 and 5E. RGB value is (83,145,94). Sum of RGB (Red+Green+Blue) = 83+145+94=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #53915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53915E is #AC6EA1. Grayscale: #787878. Windows color (decimal): -11300514 or 6197587. OLE color: 6197587.

HSL color Cylindrical-coordinate representation of color #53915E: hue angle of 130.65º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53915E is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 145 94 -
CMYK 0.43 0 0.35 0.43
HSL 130.65º 0.27% 0.45% -
HSV(B) 130.65º 0.43% 0.57% -
XYZ 15.71 22.9 14.18 -
YUV 120.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 83 145 94 0.43 0 0.35 0.43 130.65 0.27 0.45
Hex 53 91 5E 2B 0 23 2B 83 1B 2D
Octal 123 221 136 53 0 43 53 203 33 55
Binary 1010011 10010001 1011110 101011 0 100011 101011 10000011 11011 101101

Color Harmonies of #53915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53915E

Black with #53915E

Text Example


Text Example

White with #53915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53915E; }

 p { color: rgb(83,145,94); }

 H1.HeaderClassName
 {
   color: #53915E;
 }
 .AnyTagClassName
 {
   color: #53915E;
 }
</style>

background-color css

<style>
 a { background-color: #53915E; }

 a { background-color: rgb(83,145,94); }

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

border-color css

<style>
 span { border-color: #53915E; }

 span { border-color: rgb(83,145,94); }

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