#386E45

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

Shades of Hunter Green #386E45

Tints of Hunter Green #386E45

Color information

#386E45 (or 0x386E45) is unknown color: approx Hunter Green. HEX triplet: 38, 6E and 45. RGB value is (56,110,69). Sum of RGB (Red+Green+Blue) = 56+110+69=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #386E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E45 is #C791BA. Grayscale: #595959. Windows color (decimal): -13078971 or 4550200. OLE color: 4550200.

HSL color Cylindrical-coordinate representation of color #386E45: hue angle of 134.44º 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 #386E45 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB5611069-
CMYK0.4900.370.57
HSL134.44º32.53%32.55%-
HSV(B)134.44º49.09%43.14%-
XYZ8.2812.427.59-
YUV89.18116.61104.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 110 (43.36% from 255) = 46.81%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=23.83%
G=46.81%
B=29.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56110690.4900.370.57134.4432.5332.55
Hex386E453102539862121
Octal7015610561045712064141
Binary11100011011101000101110001010010111100110000110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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