#386F3F

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

Shades of Hunter Green #386F3F

Tints of Hunter Green #386F3F

Color information

#386F3F (or 0x386F3F) is unknown color: approx Hunter Green. HEX triplet: 38, 6F and 3F. RGB value is (56,111,63). Sum of RGB (Red+Green+Blue) = 56+111+63=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #386F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F3F is #C790C0. Grayscale: #595959. Windows color (decimal): -13078721 or 4157240. OLE color: 4157240.

HSL color Cylindrical-coordinate representation of color #386F3F: hue angle of 127.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F3F is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB5611163-
CMYK0.5000.430.56
HSL127.64º32.93%32.75%-
HSV(B)127.64º49.55%43.53%-
XYZ8.2112.576.7-
YUV89.08113.28104.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 63 (25% from 255) = 27.39%
R=24.35%
G=48.26%
B=27.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111630.5000.430.56127.6432.9332.75
Hex386F3F3202B38802121
Octal701577762053702004141
Binary1110001101111111111110010010101111100010000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,63); }

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

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

 a { background-color: rgb(56,111,63); }

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

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

 span { border-color: rgb(56,111,63); }

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