#359654

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

Shades of Chateau Green #359654

Tints of Chateau Green #359654

Color information

#359654 (or 0x359654) is unknown color: approx Chateau Green. HEX triplet: 35, 96 and 54. RGB value is (53,150,84). Sum of RGB (Red+Green+Blue) = 53+150+84=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #359654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359654 is #CA69AB. Grayscale: #717171. Windows color (decimal): -13265324 or 5543477. OLE color: 5543477.

HSL color Cylindrical-coordinate representation of color #359654: hue angle of 139.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359654 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB5315084-
CMYK0.6500.440.41
HSL139.18º47.78%39.8%-
HSV(B)139.18º64.67%58.82%-
XYZ13.9723.2112.13-
YUV113.47111.3684.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=18.47%
G=52.26%
B=29.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal53150840.6500.440.41139.1847.7839.8
Hex3596544102C298b3028
Octal65226124101054512136050
Binary1101011001011010101001000001010110010100110001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359654; }

 p { color: rgb(53,150,84); }

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

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

 a { background-color: rgb(53,150,84); }

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

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

 span { border-color: rgb(53,150,84); }

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