#386C47

Color #386C47 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #386C47

Tints of Hunter Green #386C47

Color information

#386C47 (or 0x386C47) is unknown color: approx Hunter Green. HEX triplet: 38, 6C and 47. RGB value is (56,108,71). Sum of RGB (Red+Green+Blue) = 56+108+71=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #386C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C47 is #C793B8. Grayscale: #585858. Windows color (decimal): -13079481 or 4680760. OLE color: 4680760.

HSL color Cylindrical-coordinate representation of color #386C47: hue angle of 137.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386C47 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB5610871-
CMYK0.4800.340.58
HSL137.31º31.71%32.16%-
HSV(B)137.31º48.15%42.35%-
XYZ8.1312.027.85-
YUV88.23118.27105.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=23.83%
G=45.96%
B=30.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108710.4800.340.58137.3131.7132.16
Hex386C47300223A892020
Octal7015410760042722114040
Binary11100011011001000111110000010001011101010001001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386C47; }

 p { color: rgb(56,108,71); }

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

<style>
 a { background-color: #386C47; }

 a { background-color: rgb(56,108,71); }

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

<style>
 span { border-color: #386C47; }

 span { border-color: rgb(56,108,71); }

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