#358F45

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

Shades of Chateau Green #358F45

Tints of Chateau Green #358F45

Color information

#358F45 (or 0x358F45) is unknown color: approx Chateau Green. HEX triplet: 35, 8F and 45. RGB value is (53,143,69). Sum of RGB (Red+Green+Blue) = 53+143+69=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #358F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F45 is #CA70BA. Grayscale: #6B6B6B. Windows color (decimal): -13267131 or 4558645. OLE color: 4558645.

HSL color Cylindrical-coordinate representation of color #358F45: hue angle of 130.67º 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 #358F45 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB5314369-
CMYK0.6300.520.44
HSL130.67º45.92%38.43%-
HSV(B)130.67º62.94%56.08%-
XYZ12.3620.839-
YUV107.65106.1889.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 143 (56.25% from 255) = 53.96%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=20%
G=53.96%
B=26.04%

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
Decimal53143690.6300.520.44130.6745.9238.43
Hex358F453F0342C832e26
Octal6521710577064542035646
Binary110101100011111000101111111011010010110010000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,143,69); }

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

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

 a { background-color: rgb(53,143,69); }

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

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

 span { border-color: rgb(53,143,69); }

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