Html Css Color HEX #539464 Chateau Green

📋 copy color: '#539464'

red 83 ◦ green 148 ◦ blue 100

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

Shades of Chateau Green #539464

Tints of Chateau Green #539464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 25.08%
G = 44.71%
B = 30.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#539464 (or 0x539464) is known color: Chateau Green. HEX triplet: 53, 94 and 64. RGB value is (83,148,100). Sum of RGB (Red+Green+Blue) = 83+148+100=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #539464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539464 is #AC6B9B. Grayscale: #7B7B7B. Windows color (decimal): -11299740 or 6591571. OLE color: 6591571.

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

Color convert

RGB 83 148 100 -
CMYK 0.44 0 0.32 0.42
HSL 135.69º 0.28% 0.45% -
HSV(B) 135.69º 0.44% 0.58% -
XYZ 16.46 23.94 15.81 -
YUV 123.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 83 148 100 0.44 0 0.32 0.42 135.69 0.28 0.45
Hex 53 94 64 2C 0 20 2A 88 1C 2D
Octal 123 224 144 54 0 40 52 210 34 55
Binary 1010011 10010100 1100100 101100 0 100000 101010 10001000 11100 101101

Color Harmonies of #539464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539464

Black with #539464

Text Example


Text Example

White with #539464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539464; }

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

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

background-color css

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

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

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

border-color css

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

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

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