Html Css Color HEX #53945E Chateau Green

📋 copy color: '#53945E'

red 83 ◦ green 148 ◦ blue 94

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

Shades of Chateau Green #53945E

Tints of Chateau Green #53945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

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

R = 25.54%
G = 45.54%
B = 28.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#53945E (or 0x53945E) is known color: Chateau Green. HEX triplet: 53, 94 and 5E. RGB value is (83,148,94). Sum of RGB (Red+Green+Blue) = 83+148+94=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #53945E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53945E is #AC6BA1. Grayscale: #7A7A7A. Windows color (decimal): -11299746 or 6198355. OLE color: 6198355.

HSL color Cylindrical-coordinate representation of color #53945E: hue angle of 130.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53945E is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 94 -
CMYK 0.44 0 0.36 0.42
HSL 130.15º 0.28% 0.45% -
HSV(B) 130.15º 0.44% 0.58% -
XYZ 16.18 23.83 14.34 -
YUV 122.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 83 148 94 0.44 0 0.36 0.42 130.15 0.28 0.45
Hex 53 94 5E 2C 0 24 2A 82 1C 2D
Octal 123 224 136 54 0 44 52 202 34 55
Binary 1010011 10010100 1011110 101100 0 100100 101010 10000010 11100 101101

Color Harmonies of #53945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53945E

Black with #53945E

Text Example


Text Example

White with #53945E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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