#359846

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

Shades of Chateau Green #359846

Tints of Chateau Green #359846

Color information

#359846 (or 0x359846) is unknown color: approx Chateau Green. HEX triplet: 35, 98 and 46. RGB value is (53,152,70). Sum of RGB (Red+Green+Blue) = 53+152+70=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #359846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359846 is #CA67B9. Grayscale: #717171. Windows color (decimal): -13264826 or 4626485. OLE color: 4626485.

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

Color convert

RGB5315270-
CMYK0.6500.540.40
HSL130.3º48.29%40.2%-
HSV(B)130.3º65.13%59.61%-
XYZ13.823.669.63-
YUV113.05103.785.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=19.27%
G=55.27%
B=25.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152700.6500.540.40130.348.2940.2
Hex3598464103628823028
Octal65230106101066502026050
Binary1101011001100010001101000001011011010100010000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359846; }

 p { color: rgb(53,152,70); }

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

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

 a { background-color: rgb(53,152,70); }

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

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

 span { border-color: rgb(53,152,70); }

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