#359446

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

Shades of Chateau Green #359446

Tints of Chateau Green #359446

Color information

#359446 (or 0x359446) is unknown color: approx Chateau Green. HEX triplet: 35, 94 and 46. RGB value is (53,148,70). Sum of RGB (Red+Green+Blue) = 53+148+70=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #359446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359446 is #CA6BB9. Grayscale: #6E6E6E. Windows color (decimal): -13265850 or 4625461. OLE color: 4625461.

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

Color convert

RGB5314870-
CMYK0.6400.530.42
HSL130.74º47.26%39.41%-
HSV(B)130.74º64.19%58.04%-
XYZ13.1622.389.42-
YUV110.7105.0386.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=19.56%
G=54.61%
B=25.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148700.6400.530.42130.7447.2639.41
Hex359446400352A832f27
Octal65224106100065522035747
Binary1101011001010010001101000000011010110101010000011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359446; }

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

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

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

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

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

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

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

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