#386C3C

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

Shades of Hunter Green #386C3C

Tints of Hunter Green #386C3C

Color information

#386C3C (or 0x386C3C) is unknown color: approx Hunter Green. HEX triplet: 38, 6C and 3C. RGB value is (56,108,60). Sum of RGB (Red+Green+Blue) = 56+108+60=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 108 (42.58% from 255 or 48.21% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 108 - color contains mainly: green. Hex color #386C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C3C is #C793C3. Grayscale: #575757. Windows color (decimal): -13079492 or 3959864. OLE color: 3959864.

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

Color convert

RGB5610860-
CMYK0.4800.440.58
HSL124.62º31.71%32.16%-
HSV(B)124.62º48.15%42.35%-
XYZ7.8111.896.16-
YUV86.98112.77105.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 48.21%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=25%
G=48.21%
B=26.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108600.4800.440.58124.6231.7132.16
Hex386C3C3002C3A7d2020
Octal701547460054721754040
Binary111000110110011110011000001011001110101111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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