#3D964C

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

Shades of Chateau Green #3D964C

Tints of Chateau Green #3D964C

Color information

#3D964C (or 0x3D964C) is unknown color: approx Chateau Green. HEX triplet: 3D, 96 and 4C. RGB value is (61,150,76). Sum of RGB (Red+Green+Blue) = 61+150+76=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #3D964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D964C is #C269B3. Grayscale: #737373. Windows color (decimal): -12741044 or 5019197. OLE color: 5019197.

HSL color Cylindrical-coordinate representation of color #3D964C: hue angle of 130.11º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D964C is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB6115076-
CMYK0.5900.490.41
HSL130.11º42.18%41.37%-
HSV(B)130.11º59.33%58.82%-
XYZ14.1423.3310.59-
YUV114.95106.0189.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=21.25%
G=52.26%
B=26.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61150760.5900.490.41130.1142.1841.37
Hex3D964C3B03129822a29
Octal7522611473061512025251
Binary111101100101101001100111011011000110100110000010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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