Html Css Color HEX #53965F Chateau Green

📋 copy color: '#53965F'

red 83 ◦ green 150 ◦ blue 95

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

Shades of Chateau Green #53965F

Tints of Chateau Green #53965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 25.3%
G = 45.73%
B = 28.96%

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

#53965F (or 0x53965F) is known color: Chateau Green. HEX triplet: 53, 96 and 5F. RGB value is (83,150,95). Sum of RGB (Red+Green+Blue) = 83+150+95=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #53965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53965F is #AC69A0. Grayscale: #7B7B7B. Windows color (decimal): -11299233 or 6264403. OLE color: 6264403.

HSL color Cylindrical-coordinate representation of color #53965F: hue angle of 130.75º 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 #53965F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 95 -
CMYK 0.45 0 0.37 0.41
HSL 130.75º 0.29% 0.46% -
HSV(B) 130.75º 0.45% 0.59% -
XYZ 16.54 24.48 14.68 -
YUV 123.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 83 150 95 0.45 0 0.37 0.41 130.75 0.29 0.46
Hex 53 96 5F 2D 0 25 29 83 1D 2E
Octal 123 226 137 55 0 45 51 203 35 56
Binary 1010011 10010110 1011111 101101 0 100101 101001 10000011 11101 101110

Color Harmonies of #53965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53965F

Black with #53965F

Text Example


Text Example

White with #53965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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