#386244

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

Shades of Hunter Green #386244

Tints of Hunter Green #386244

Color information

#386244 (or 0x386244) is unknown color: approx Hunter Green. HEX triplet: 38, 62 and 44. RGB value is (56,98,68). Sum of RGB (Red+Green+Blue) = 56+98+68=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #386244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386244 is #C79DBB. Grayscale: #525252. Windows color (decimal): -13082044 or 4481592. OLE color: 4481592.

HSL color Cylindrical-coordinate representation of color #386244: hue angle of 137.14º 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 #386244 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB569868-
CMYK0.4300.310.62
HSL137.14º27.27%30.2%-
HSV(B)137.14º42.86%38.43%-
XYZ7.049.997.03-
YUV82.02120.09109.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=25.23%
G=44.14%
B=30.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698680.4300.310.62137.1427.2730.2
Hex3862442B01F3E891b1e
Octal7014210453037762113336
Binary11100011000101000100101011011111111110100010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386244; }

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

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

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

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

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

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

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

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