#386241

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

Shades of Hunter Green #386241

Tints of Hunter Green #386241

Color information

#386241 (or 0x386241) is unknown color: approx Hunter Green. HEX triplet: 38, 62 and 41. RGB value is (56,98,65). Sum of RGB (Red+Green+Blue) = 56+98+65=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #386241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386241 is #C79DBE. Grayscale: #515151. Windows color (decimal): -13082047 or 4284984. OLE color: 4284984.

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

Color convert

RGB569865-
CMYK0.4300.340.62
HSL132.86º27.27%30.2%-
HSV(B)132.86º42.86%38.43%-
XYZ6.959.966.56-
YUV81.68118.59109.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=25.57%
G=44.75%
B=29.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698650.4300.340.62132.8627.2730.2
Hex3862412B0223E851b1e
Octal7014210153042762053336
Binary111000110001010000011010110100010111110100001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386241; }

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

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

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

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

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

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

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

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