#386A45

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

Shades of Hunter Green #386A45

Tints of Hunter Green #386A45

Color information

#386A45 (or 0x386A45) is unknown color: approx Hunter Green. HEX triplet: 38, 6A and 45. RGB value is (56,106,69). Sum of RGB (Red+Green+Blue) = 56+106+69=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #386A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A45 is #C795BA. Grayscale: #565656. Windows color (decimal): -13079995 or 4549176. OLE color: 4549176.

HSL color Cylindrical-coordinate representation of color #386A45: hue angle of 135.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A45 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB5610669-
CMYK0.4700.350.58
HSL135.6º30.86%31.76%-
HSV(B)135.6º47.17%41.57%-
XYZ7.8611.587.45-
YUV86.83117.94106.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 106 (41.80% from 255) = 45.89%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=24.24%
G=45.89%
B=29.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56106690.4700.350.58135.630.8631.76
Hex386A452F0233A881f20
Octal7015210557043722103740
Binary1110001101010100010110111101000111110101000100011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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