#386240

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

Shades of Hunter Green #386240

Tints of Hunter Green #386240

Color information

#386240 (or 0x386240) is unknown color: approx Hunter Green. HEX triplet: 38, 62 and 40. RGB value is (56,98,64). Sum of RGB (Red+Green+Blue) = 56+98+64=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #386240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386240 is #C79DBF. Grayscale: #515151. Windows color (decimal): -13082048 or 4219448. OLE color: 4219448.

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

Color convert

RGB569864-
CMYK0.4300.350.62
HSL131.43º27.27%30.2%-
HSV(B)131.43º42.86%38.43%-
XYZ6.929.956.41-
YUV81.57118.09109.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=25.69%
G=44.95%
B=29.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698640.4300.350.62131.4327.2730.2
Hex3862402B0233E831b1e
Octal7014210053043762033336
Binary111000110001010000001010110100011111110100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386240; }

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

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

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

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

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

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

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

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