#385E3F

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

Shades of Hunter Green #385E3F

Tints of Hunter Green #385E3F

Color information

#385E3F (or 0x385E3F) is unknown color: approx Hunter Green. HEX triplet: 38, 5E and 3F. RGB value is (56,94,63). Sum of RGB (Red+Green+Blue) = 56+94+63=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #385E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E3F is #C7A1C0. Grayscale: #4F4F4F. Windows color (decimal): -13083073 or 4152888. OLE color: 4152888.

HSL color Cylindrical-coordinate representation of color #385E3F: hue angle of 131.05º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385E3F is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB569463-
CMYK0.4000.330.63
HSL131.05º25.33%29.41%-
HSV(B)131.05º40.43%36.86%-
XYZ6.539.216.14-
YUV79.1118.91111.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 63 (25% from 255) = 29.58%
R=26.29%
G=44.13%
B=29.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5694630.4000.330.63131.0525.3329.41
Hex385E3F280213F83191d
Octal701367750041772033135
Binary11100010111101111111010000100001111111100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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