#386C45

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

Shades of Hunter Green #386C45

Tints of Hunter Green #386C45

Color information

#386C45 (or 0x386C45) is unknown color: approx Hunter Green. HEX triplet: 38, 6C and 45. RGB value is (56,108,69). Sum of RGB (Red+Green+Blue) = 56+108+69=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #386C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C45 is #C793BA. Grayscale: #585858. Windows color (decimal): -13079483 or 4549688. OLE color: 4549688.

HSL color Cylindrical-coordinate representation of color #386C45: hue angle of 135º 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 #386C45 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB5610869-
CMYK0.4800.360.58
HSL135º31.71%32.16%-
HSV(B)135º48.15%42.35%-
XYZ8.07127.52-
YUV88.01117.27105.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=24.03%
G=46.35%
B=29.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108690.4800.360.5813531.7132.16
Hex386C45300243A872020
Octal7015410560044722074040
Binary11100011011001000101110000010010011101010000111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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