#3D9352

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

Shades of Chateau Green #3D9352

Tints of Chateau Green #3D9352

Color information

#3D9352 (or 0x3D9352) is unknown color: approx Chateau Green. HEX triplet: 3D, 93 and 52. RGB value is (61,147,82). Sum of RGB (Red+Green+Blue) = 61+147+82=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #3D9352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9352 is #C26CAD. Grayscale: #727272. Windows color (decimal): -12741806 or 5411645. OLE color: 5411645.

HSL color Cylindrical-coordinate representation of color #3D9352: hue angle of 134.65º 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 #3D9352 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB6114782-
CMYK0.5900.440.42
HSL134.65º41.35%40.78%-
HSV(B)134.65º58.5%57.65%-
XYZ13.8822.4711.59-
YUV113.88110.0190.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=21.03%
G=50.69%
B=28.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61147820.5900.440.42134.6541.3540.78
Hex3D93523B02C2A872929
Octal7522312273054522075151
Binary111101100100111010010111011010110010101010000111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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