#3D9355

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

Shades of Chateau Green #3D9355

Tints of Chateau Green #3D9355

Color information

#3D9355 (or 0x3D9355) is unknown color: approx Chateau Green. HEX triplet: 3D, 93 and 55. RGB value is (61,147,85). Sum of RGB (Red+Green+Blue) = 61+147+85=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 147 (57.81% from 255 or 50.17% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9355 is #C26CAA. Grayscale: #727272. Windows color (decimal): -12741803 or 5608253. OLE color: 5608253.

HSL color Cylindrical-coordinate representation of color #3D9355: hue angle of 136.74º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9355 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB6114785-
CMYK0.5900.420.42
HSL136.74º41.35%40.78%-
HSV(B)136.74º58.5%57.65%-
XYZ1422.5212.2-
YUV114.22111.5190.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.82%
GREEN value IS 147 (57.81% from 255) = 50.17%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=20.82%
G=50.17%
B=29.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61147850.5900.420.42136.7441.3540.78
Hex3D93553B02A2A892929
Octal7522312573052522115151
Binary111101100100111010101111011010101010101010001001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D9355; }

 p { color: rgb(61,147,85); }

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

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

 a { background-color: rgb(61,147,85); }

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

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

 span { border-color: rgb(61,147,85); }

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