#3D9248

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

Shades of Chateau Green #3D9248

Tints of Chateau Green #3D9248

Color information

#3D9248 (or 0x3D9248) is unknown color: approx Chateau Green. HEX triplet: 3D, 92 and 48. RGB value is (61,146,72). Sum of RGB (Red+Green+Blue) = 61+146+72=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9248 is #C26DB7. Grayscale: #707070. Windows color (decimal): -12742072 or 4756029. OLE color: 4756029.

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

Color convert

RGB6114672-
CMYK0.5800.510.43
HSL127.76º41.06%40.59%-
HSV(B)127.76º58.22%57.25%-
XYZ13.3722.029.68-
YUV112.15105.3491.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 146 (57.42% from 255) = 52.33%
BLUE value IS 72 (28.52% from 255) = 25.81%
R=21.86%
G=52.33%
B=25.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61146720.5800.510.43127.7641.0640.59
Hex3D92483A0332B802929
Octal7522211072063532005151
Binary111101100100101001000111010011001110101110000000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,146,72); }

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

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

 a { background-color: rgb(61,146,72); }

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

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

 span { border-color: rgb(61,146,72); }

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