#386F40

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

Shades of Hunter Green #386F40

Tints of Hunter Green #386F40

Color information

#386F40 (or 0x386F40) is unknown color: approx Hunter Green. HEX triplet: 38, 6F and 40. RGB value is (56,111,64). Sum of RGB (Red+Green+Blue) = 56+111+64=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #386F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F40 is #C790BF. Grayscale: #595959. Windows color (decimal): -13078720 or 4222776. OLE color: 4222776.

HSL color Cylindrical-coordinate representation of color #386F40: hue angle of 128.73º 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 #386F40 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB5611164-
CMYK0.5000.420.56
HSL128.73º32.93%32.75%-
HSV(B)128.73º49.55%43.53%-
XYZ8.2412.586.84-
YUV89.2113.78104.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=24.24%
G=48.05%
B=27.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111640.5000.420.56128.7332.9332.75
Hex386F403202A38812121
Octal7015710062052702014141
Binary11100011011111000000110010010101011100010000001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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