#35924A

Color #35924A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #35924A

Tints of Chateau Green #35924A

Color information

#35924A (or 0x35924A) is unknown color: approx Chateau Green. HEX triplet: 35, 92 and 4A. RGB value is (53,146,74). Sum of RGB (Red+Green+Blue) = 53+146+74=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 146 (57.42% from 255 or 53.48% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 146 - color contains mainly: green. Hex color #35924A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35924A is #CA6DB5. Grayscale: #6E6E6E. Windows color (decimal): -13266358 or 4887093. OLE color: 4887093.

HSL color Cylindrical-coordinate representation of color #35924A: hue angle of 133.55º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35924A is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB5314674-
CMYK0.6400.490.43
HSL133.55º46.73%39.02%-
HSV(B)133.55º63.7%57.25%-
XYZ12.9821.8110-
YUV109.98107.6987.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 146 (57.42% from 255) = 53.48%
BLUE value IS 74 (29.30% from 255) = 27.11%
R=19.41%
G=53.48%
B=27.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146740.6400.490.43133.5546.7339.02
Hex35924A400312B862f27
Octal65222112100061532065747
Binary1101011001001010010101000000011000110101110000110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35924A; }

 p { color: rgb(53,146,74); }

 H1.HeaderClassName
 {
   color: #35924A;
 }
 .AnyTagClassName
 {
   color: #35924A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,146,74); }

 div.DivClassName
 {
   background-color: #35924A;
 }
 .BgClassName
 {
   background-color: #35924A;
 }
</style>
border-color css

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

 span { border-color: rgb(53,146,74); }

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