#3D9950

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

Shades of Chateau Green #3D9950

Tints of Chateau Green #3D9950

Color information

#3D9950 (or 0x3D9950) is unknown color: approx Chateau Green. HEX triplet: 3D, 99 and 50. RGB value is (61,153,80). Sum of RGB (Red+Green+Blue) = 61+153+80=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9950 is #C266AF. Grayscale: #757575. Windows color (decimal): -12740272 or 5282109. OLE color: 5282109.

HSL color Cylindrical-coordinate representation of color #3D9950: hue angle of 132.39º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9950 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB6115380-
CMYK0.6000.480.4
HSL132.39º42.99%41.96%-
HSV(B)132.39º60.13%60%-
XYZ14.7624.3511.51-
YUV117.17107.0287.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=20.75%
G=52.04%
B=27.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61153800.6000.480.4132.3942.9941.96
Hex3D99503C03028842b2a
Octal7523112074060502045352
Binary111101100110011010000111100011000010100010000100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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