#359A48

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

Shades of Chateau Green #359A48

Tints of Chateau Green #359A48

Color information

#359A48 (or 0x359A48) is unknown color: approx Chateau Green. HEX triplet: 35, 9A and 48. RGB value is (53,154,72). Sum of RGB (Red+Green+Blue) = 53+154+72=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #359A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359A48 is #CA65B7. Grayscale: #727272. Windows color (decimal): -13264312 or 4758069. OLE color: 4758069.

HSL color Cylindrical-coordinate representation of color #359A48: hue angle of 131.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A48 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB5315472-
CMYK0.6600.530.40
HSL131.29º48.79%40.59%-
HSV(B)131.29º65.58%60.39%-
XYZ14.1924.3410.08-
YUV114.45104.0484.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 154 (60.55% from 255) = 55.20%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=19.00%
G=55.20%
B=25.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154720.6600.530.40131.2948.7940.59
Hex359A484203528833129
Octal65232110102065502036151
Binary1101011001101010010001000010011010110100010000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359A48; }

 p { color: rgb(53,154,72); }

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

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

 a { background-color: rgb(53,154,72); }

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

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

 span { border-color: rgb(53,154,72); }

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