#386344

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

Shades of Hunter Green #386344

Tints of Hunter Green #386344

Color information

#386344 (or 0x386344) is unknown color: approx Hunter Green. HEX triplet: 38, 63 and 44. RGB value is (56,99,68). Sum of RGB (Red+Green+Blue) = 56+99+68=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #386344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386344 is #C79CBB. Grayscale: #525252. Windows color (decimal): -13081788 or 4481848. OLE color: 4481848.

HSL color Cylindrical-coordinate representation of color #386344: hue angle of 136.74º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386344 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB569968-
CMYK0.4300.310.61
HSL136.74º27.74%30.39%-
HSV(B)136.74º43.43%38.82%-
XYZ7.1410.187.06-
YUV82.61119.75109.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.11%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=25.11%
G=44.39%
B=30.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5699680.4300.310.61136.7427.7430.39
Hex3863442B01F3D891c1e
Octal7014310453037752113436
Binary11100011000111000100101011011111111101100010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386344; }

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

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

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

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

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

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

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

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