#386B3C

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

Shades of Hunter Green #386B3C

Tints of Hunter Green #386B3C

Color information

#386B3C (or 0x386B3C) is unknown color: approx Hunter Green. HEX triplet: 38, 6B and 3C. RGB value is (56,107,60). Sum of RGB (Red+Green+Blue) = 56+107+60=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #386B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B3C is #C794C3. Grayscale: #565656. Windows color (decimal): -13079748 or 3959608. OLE color: 3959608.

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

Color convert

RGB5610760-
CMYK0.4800.440.58
HSL124.71º31.29%31.96%-
HSV(B)124.71º47.66%41.96%-
XYZ7.711.686.12-
YUV86.39113.1106.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 107 (42.19% from 255) = 47.98%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=25.11%
G=47.98%
B=26.91%

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
Decimal56107600.4800.440.58124.7131.2931.96
Hex386B3C3002C3A7d1f20
Octal701537460054721753740
Binary11100011010111111001100000101100111010111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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