#386144

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

Shades of Hunter Green #386144

Tints of Hunter Green #386144

Color information

#386144 (or 0x386144) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 44. RGB value is (56,97,68). Sum of RGB (Red+Green+Blue) = 56+97+68=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #386144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386144 is #C79EBB. Grayscale: #515151. Windows color (decimal): -13082300 or 4481336. OLE color: 4481336.

HSL color Cylindrical-coordinate representation of color #386144: hue angle of 137.56º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386144 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB569768-
CMYK0.4200.300.62
HSL137.56º26.8%30%-
HSV(B)137.56º42.27%38.04%-
XYZ6.959.817-
YUV81.43120.42109.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=25.34%
G=43.89%
B=30.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697680.4200.300.62137.5626.830
Hex3861442A01E3E8a1b1e
Octal7014110452036762123336
Binary11100011000011000100101010011110111110100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386144; }

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

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

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

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

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

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

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

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