#3D9D50

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

Shades of Chateau Green #3D9D50

Tints of Chateau Green #3D9D50

Color information

#3D9D50 (or 0x3D9D50) is unknown color: approx Chateau Green. HEX triplet: 3D, 9D and 50. RGB value is (61,157,80). Sum of RGB (Red+Green+Blue) = 61+157+80=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #3D9D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9D50 is #C262AF. Grayscale: #777777. Windows color (decimal): -12739248 or 5283133. OLE color: 5283133.

HSL color Cylindrical-coordinate representation of color #3D9D50: hue angle of 131.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9D50 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB6115780-
CMYK0.6100.490.38
HSL131.88º44.04%42.75%-
HSV(B)131.88º61.15%61.57%-
XYZ15.4325.6911.73-
YUV119.52105.786.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 157 (61.72% from 255) = 52.68%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=20.47%
G=52.68%
B=26.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61157800.6100.490.38131.8844.0442.75
Hex3D9D503D03126842c2b
Octal7523512075061462045453
Binary111101100111011010000111101011000110011010000100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,157,80); }

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

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

 a { background-color: rgb(61,157,80); }

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

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

 span { border-color: rgb(61,157,80); }

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