#385B3F

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

Shades of Hunter Green #385B3F

Tints of Hunter Green #385B3F

Color information

#385B3F (or 0x385B3F) is unknown color: approx Hunter Green. HEX triplet: 38, 5B and 3F. RGB value is (56,91,63). Sum of RGB (Red+Green+Blue) = 56+91+63=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #385B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B3F is #C7A4C0. Grayscale: #4D4D4D. Windows color (decimal): -13083841 or 4152120. OLE color: 4152120.

HSL color Cylindrical-coordinate representation of color #385B3F: hue angle of 132º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385B3F is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB569163-
CMYK0.3800.310.64
HSL132º23.81%28.82%-
HSV(B)132º38.46%35.69%-
XYZ6.278.686.05-
YUV77.34119.9112.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 63 (25% from 255) = 30%
R=26.67%
G=43.33%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691630.3800.310.6413223.8128.82
Hex385B3F2601F4084181d
Octal7013377460371002043035
Binary11100010110111111111001100111111000000100001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B3F; }

 p { color: rgb(56,91,63); }

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

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

 a { background-color: rgb(56,91,63); }

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

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

 span { border-color: rgb(56,91,63); }

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