#386F44

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

Shades of Hunter Green #386F44

Tints of Hunter Green #386F44

Color information

#386F44 (or 0x386F44) is unknown color: approx Hunter Green. HEX triplet: 38, 6F and 44. RGB value is (56,111,68). Sum of RGB (Red+Green+Blue) = 56+111+68=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #386F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F44 is #C790BB. Grayscale: #595959. Windows color (decimal): -13078716 or 4484920. OLE color: 4484920.

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

Color convert

RGB5611168-
CMYK0.5000.390.56
HSL133.09º32.93%32.75%-
HSV(B)133.09º49.55%43.53%-
XYZ8.3612.637.47-
YUV89.65115.78104-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 111 (43.75% from 255) = 47.23%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=23.83%
G=47.23%
B=28.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111680.5000.390.56133.0932.9332.75
Hex386F443202738852121
Octal7015710462047702054141
Binary11100011011111000100110010010011111100010000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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