#386243

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

Shades of Hunter Green #386243

Tints of Hunter Green #386243

Color information

#386243 (or 0x386243) is unknown color: approx Hunter Green. HEX triplet: 38, 62 and 43. RGB value is (56,98,67). Sum of RGB (Red+Green+Blue) = 56+98+67=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #386243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386243 is #C79DBC. Grayscale: #515151. Windows color (decimal): -13082045 or 4416056. OLE color: 4416056.

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

Color convert

RGB569867-
CMYK0.4300.320.62
HSL135.71º27.27%30.2%-
HSV(B)135.71º42.86%38.43%-
XYZ7.019.986.87-
YUV81.91119.59109.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=25.34%
G=44.34%
B=30.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698670.4300.320.62135.7127.2730.2
Hex3862432B0203E881b1e
Octal7014210353040762103336
Binary111000110001010000111010110100000111110100010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386243; }

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

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

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

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

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

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

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

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