#385B3B

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

Shades of Hunter Green #385B3B

Tints of Hunter Green #385B3B

Color information

#385B3B (or 0x385B3B) is unknown color: approx Hunter Green. HEX triplet: 38, 5B and 3B. RGB value is (56,91,59). Sum of RGB (Red+Green+Blue) = 56+91+59=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 91 - color contains mainly: green. Hex color #385B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B3B is #C7A4C4. Grayscale: #4C4C4C. Windows color (decimal): -13083845 or 3889976. OLE color: 3889976.

HSL color Cylindrical-coordinate representation of color #385B3B: hue angle of 125.14º 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 #385B3B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB569159-
CMYK0.3800.350.64
HSL125.14º23.81%28.82%-
HSV(B)125.14º38.46%35.69%-
XYZ6.168.645.48-
YUV76.89117.9113.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 59 (23.44% from 255) = 28.64%
R=27.18%
G=44.17%
B=28.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5691590.3800.350.64125.1423.8128.82
Hex385B3B26023407d181d
Octal7013373460431001753035
Binary11100010110111110111001100100011100000011111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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