#386841

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

Shades of Hunter Green #386841

Tints of Hunter Green #386841

Color information

#386841 (or 0x386841) is unknown color: approx Hunter Green. HEX triplet: 38, 68 and 41. RGB value is (56,104,65). Sum of RGB (Red+Green+Blue) = 56+104+65=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #386841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386841 is #C797BE. Grayscale: #555555. Windows color (decimal): -13080511 or 4286520. OLE color: 4286520.

HSL color Cylindrical-coordinate representation of color #386841: hue angle of 131.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386841 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB5610465-
CMYK0.4600.380.59
HSL131.25º30%31.37%-
HSV(B)131.25º46.15%40.78%-
XYZ7.5411.126.75-
YUV85.2116.6107.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=24.89%
G=46.22%
B=28.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104650.4600.380.59131.253031.37
Hex3868412E0263B831e1f
Octal7015010156046732033637
Binary111000110100010000011011100100110111011100000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386841; }

 p { color: rgb(56,104,65); }

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

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

 a { background-color: rgb(56,104,65); }

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

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

 span { border-color: rgb(56,104,65); }

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