#359842

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

Shades of Chateau Green #359842

Tints of Chateau Green #359842

Color information

#359842 (or 0x359842) is unknown color: approx Chateau Green. HEX triplet: 35, 98 and 42. RGB value is (53,152,66). Sum of RGB (Red+Green+Blue) = 53+152+66=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #359842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359842 is #CA67BD. Grayscale: #707070. Windows color (decimal): -13264830 or 4364341. OLE color: 4364341.

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

Color convert

RGB5315266-
CMYK0.6500.570.40
HSL127.88º48.29%40.2%-
HSV(B)127.88º65.13%59.61%-
XYZ13.6823.618.99-
YUV112.59101.785.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 152 (59.77% from 255) = 56.09%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=19.56%
G=56.09%
B=24.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152660.6500.570.40127.8848.2940.2
Hex3598424103928803028
Octal65230102101071502006050
Binary1101011001100010000101000001011100110100010000000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359842; }

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

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

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

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

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

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

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

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