#359550

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

Shades of Chateau Green #359550

Tints of Chateau Green #359550

Color information

#359550 (or 0x359550) is unknown color: approx Chateau Green. HEX triplet: 35, 95 and 50. RGB value is (53,149,80). Sum of RGB (Red+Green+Blue) = 53+149+80=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #359550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359550 is #CA6AAF. Grayscale: #707070. Windows color (decimal): -13265584 or 5281077. OLE color: 5281077.

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

Color convert

RGB5314980-
CMYK0.6400.460.42
HSL136.88º47.52%39.61%-
HSV(B)136.88º64.43%58.43%-
XYZ13.6622.8311.28-
YUV112.43109.785.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=18.79%
G=52.84%
B=28.37%

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
Decimal53149800.6400.460.42136.8847.5239.61
Hex3595504002E2A893028
Octal65225120100056522116050
Binary1101011001010110100001000000010111010101010001001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359550; }

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

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

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

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

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

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

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

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