#385A3B

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

Shades of Hunter Green #385A3B

Tints of Hunter Green #385A3B

Color information

#385A3B (or 0x385A3B) is unknown color: approx Hunter Green. HEX triplet: 38, 5A and 3B. RGB value is (56,90,59). Sum of RGB (Red+Green+Blue) = 56+90+59=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #385A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A3B is #C7A5C4. Grayscale: #4C4C4C. Windows color (decimal): -13084101 or 3889720. OLE color: 3889720.

HSL color Cylindrical-coordinate representation of color #385A3B: hue angle of 125.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385A3B is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB569059-
CMYK0.3800.340.65
HSL125.29º23.29%28.63%-
HSV(B)125.29º37.78%35.29%-
XYZ6.088.475.45-
YUV76.3118.24113.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=27.32%
G=43.90%
B=28.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5690590.3800.340.65125.2923.2928.63
Hex385A3B26022417d171d
Octal7013273460421011752735
Binary11100010110101110111001100100010100000111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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