#359854

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

Shades of Chateau Green #359854

Tints of Chateau Green #359854

Color information

#359854 (or 0x359854) is unknown color: approx Chateau Green. HEX triplet: 35, 98 and 54. RGB value is (53,152,84). Sum of RGB (Red+Green+Blue) = 53+152+84=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #359854 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359854 is #CA67AB. Grayscale: #727272. Windows color (decimal): -13264812 or 5543989. OLE color: 5543989.

HSL color Cylindrical-coordinate representation of color #359854: hue angle of 138.79º 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 #359854 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB5315284-
CMYK0.6500.450.40
HSL138.79º48.29%40.2%-
HSV(B)138.79º65.13%59.61%-
XYZ14.323.8512.24-
YUV114.65110.784.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=18.34%
G=52.60%
B=29.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152840.6500.450.40138.7948.2940.2
Hex3598544102D288b3028
Octal65230124101055502136050
Binary1101011001100010101001000001010110110100010001011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359854; }

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

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

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

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

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

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

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

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