#359240

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

Shades of Chateau Green #359240

Tints of Chateau Green #359240

Color information

#359240 (or 0x359240) is unknown color: approx Chateau Green. HEX triplet: 35, 92 and 40. RGB value is (53,146,64). Sum of RGB (Red+Green+Blue) = 53+146+64=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #359240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359240 is #CA6DBF. Grayscale: #6D6D6D. Windows color (decimal): -13266368 or 4231733. OLE color: 4231733.

HSL color Cylindrical-coordinate representation of color #359240: hue angle of 127.1º 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 #359240 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB5314664-
CMYK0.6400.560.43
HSL127.1º46.73%39.02%-
HSV(B)127.1º63.7%57.25%-
XYZ12.6721.688.37-
YUV108.84102.6988.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=20.15%
G=55.51%
B=24.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146640.6400.560.43127.146.7339.02
Hex359240400382B7f2f27
Octal65222100100070531775747
Binary110101100100101000000100000001110001010111111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359240; }

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

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

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

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

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

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

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

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