#358E44

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

Shades of Chateau Green #358E44

Tints of Chateau Green #358E44

Color information

#358E44 (or 0x358E44) is unknown color: approx Chateau Green. HEX triplet: 35, 8E and 44. RGB value is (53,142,68). Sum of RGB (Red+Green+Blue) = 53+142+68=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #358E44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358E44 is #CA71BB. Grayscale: #6B6B6B. Windows color (decimal): -13267388 or 4492853. OLE color: 4492853.

HSL color Cylindrical-coordinate representation of color #358E44: hue angle of 130.11º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E44 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB5314268-
CMYK0.6300.520.44
HSL130.11º45.64%38.24%-
HSV(B)130.11º62.68%55.69%-
XYZ12.1820.528.79-
YUV106.95106.0189.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 142 (55.86% from 255) = 53.99%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=20.15%
G=53.99%
B=25.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53142680.6300.520.44130.1145.6438.24
Hex358E443F0342C822e26
Octal6521610477064542025646
Binary110101100011101000100111111011010010110010000010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358E44; }

 p { color: rgb(53,142,68); }

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

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

 a { background-color: rgb(53,142,68); }

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

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

 span { border-color: rgb(53,142,68); }

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