#359551

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

Shades of Chateau Green #359551

Tints of Chateau Green #359551

Color information

#359551 (or 0x359551) is unknown color: approx Chateau Green. HEX triplet: 35, 95 and 51. RGB value is (53,149,81). Sum of RGB (Red+Green+Blue) = 53+149+81=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #359551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359551 is #CA6AAE. Grayscale: #707070. Windows color (decimal): -13265583 or 5346613. OLE color: 5346613.

HSL color Cylindrical-coordinate representation of color #359551: hue angle of 137.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359551 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB5314981-
CMYK0.6400.460.42
HSL137.5º47.52%39.61%-
HSV(B)137.5º64.43%58.43%-
XYZ13.722.8511.47-
YUV112.54110.285.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 149 (58.59% from 255) = 52.65%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=18.73%
G=52.65%
B=28.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149810.6400.460.42137.547.5239.61
Hex3595514002E2A8a3028
Octal65225121100056522126050
Binary1101011001010110100011000000010111010101010001010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359551; }

 p { color: rgb(53,149,81); }

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

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

 a { background-color: rgb(53,149,81); }

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

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

 span { border-color: rgb(53,149,81); }

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