#386E44

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

Shades of Hunter Green #386E44

Tints of Hunter Green #386E44

Color information

#386E44 (or 0x386E44) is unknown color: approx Hunter Green. HEX triplet: 38, 6E and 44. RGB value is (56,110,68). Sum of RGB (Red+Green+Blue) = 56+110+68=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #386E44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E44 is #C791BB. Grayscale: #595959. Windows color (decimal): -13078972 or 4484664. OLE color: 4484664.

HSL color Cylindrical-coordinate representation of color #386E44: hue angle of 133.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E44 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.

Color convert

RGB5611068-
CMYK0.4900.380.57
HSL133.33º32.53%32.55%-
HSV(B)133.33º49.09%43.14%-
XYZ8.2512.417.43-
YUV89.07116.11104.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 110 (43.36% from 255) = 47.01%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=23.93%
G=47.01%
B=29.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110680.4900.380.57133.3332.5332.55
Hex386E443102639852121
Octal7015610461046712054141
Binary11100011011101000100110001010011011100110000101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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