#3d914d

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

Shades of Chateau Green #3D914D

Tints of Chateau Green #3D914D

Color information

#3D914D (or 0x3D914D) is unknown color: approx Chateau Green. HEX triplet: 3D, 91 and 4D. RGB value is (61,145,77). Sum of RGB (Red+Green+Blue) = 61+145+77=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #3D914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D914D is #C26EB2. Grayscale: #707070. Windows color (decimal): -12742323 or 5083453. OLE color: 5083453.

HSL color Cylindrical-coordinate representation of color #3D914D: hue angle of 131.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D914D is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB6114577-
CMYK0.5800.470.43
HSL131.43º40.78%40.39%-
HSV(B)131.43º57.93%56.86%-
XYZ13.3921.7810.52-
YUV112.13108.1791.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=21.55%
G=51.24%
B=27.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61145770.5800.470.43131.4340.7840.39
Hex3D914D3A02F2B832928
Octal7522111572057532035150
Binary111101100100011001101111010010111110101110000011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d914d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,145,77); }

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

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

 a { background-color: rgb(61,145,77); }

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

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

 span { border-color: rgb(61,145,77); }

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