#3D9955

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

Shades of Chateau Green #3D9955

Tints of Chateau Green #3D9955

Color information

#3D9955 (or 0x3D9955) is unknown color: approx Chateau Green. HEX triplet: 3D, 99 and 55. RGB value is (61,153,85). Sum of RGB (Red+Green+Blue) = 61+153+85=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9955 is #C266AA. Grayscale: #757575. Windows color (decimal): -12740267 or 5609789. OLE color: 5609789.

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

Color convert

RGB6115385-
CMYK0.6000.440.4
HSL135.65º42.99%41.96%-
HSV(B)135.65º60.13%60%-
XYZ14.9624.4312.52-
YUV117.74109.5287.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=20.40%
G=51.17%
B=28.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61153850.6000.440.4135.6542.9941.96
Hex3D99553C02C28882b2a
Octal7523112574054502105352
Binary111101100110011010101111100010110010100010001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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