#3D994C

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

Shades of Chateau Green #3D994C

Tints of Chateau Green #3D994C

Color information

#3D994C (or 0x3D994C) is unknown color: approx Chateau Green. HEX triplet: 3D, 99 and 4C. RGB value is (61,153,76). Sum of RGB (Red+Green+Blue) = 61+153+76=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #3D994C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D994C is #C266B3. Grayscale: #747474. Windows color (decimal): -12740276 or 5019965. OLE color: 5019965.

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

Color convert

RGB6115376-
CMYK0.6000.500.4
HSL129.78º42.99%41.96%-
HSV(B)129.78º60.13%60%-
XYZ14.6224.310.76-
YUV116.71105.0288.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=21.03%
G=52.76%
B=26.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61153760.6000.500.4129.7842.9941.96
Hex3D994C3C03228822b2a
Octal7523111474062502025352
Binary111101100110011001100111100011001010100010000010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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