#386242

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

Shades of Hunter Green #386242

Tints of Hunter Green #386242

Color information

#386242 (or 0x386242) is unknown color: approx Hunter Green. HEX triplet: 38, 62 and 42. RGB value is (56,98,66). Sum of RGB (Red+Green+Blue) = 56+98+66=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #386242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386242 is #C79DBD. Grayscale: #515151. Windows color (decimal): -13082046 or 4350520. OLE color: 4350520.

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

Color convert

RGB569866-
CMYK0.4300.330.62
HSL134.29º27.27%30.2%-
HSV(B)134.29º42.86%38.43%-
XYZ6.989.976.71-
YUV81.79119.09109.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 66 (26.17% from 255) = 30%
R=25.45%
G=44.55%
B=30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698660.4300.330.62134.2927.2730.2
Hex3862422B0213E861b1e
Octal7014210253041762063336
Binary111000110001010000101010110100001111110100001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386242; }

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

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

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

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

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

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

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

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