#3D8D55

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

Shades of Chateau Green #3D8D55

Tints of Chateau Green #3D8D55

Color information

#3D8D55 (or 0x3D8D55) is unknown color: approx Chateau Green. HEX triplet: 3D, 8D and 55. RGB value is (61,141,85). Sum of RGB (Red+Green+Blue) = 61+141+85=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8D55 is #C272AA. Grayscale: #6E6E6E. Windows color (decimal): -12743339 or 5606717. OLE color: 5606717.

HSL color Cylindrical-coordinate representation of color #3D8D55: hue angle of 138º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D8D55 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB6114185-
CMYK0.5700.400.45
HSL138º39.6%39.61%-
HSV(B)138º56.74%55.29%-
XYZ13.0920.711.9-
YUV110.7113.592.55-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=21.25%
G=49.13%
B=29.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61141850.5700.400.4513839.639.61
Hex3D8D55390282D8a2828
Octal7521512571050552125050
Binary111101100011011010101111001010100010110110001010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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