#386041

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

Shades of Hunter Green #386041

Tints of Hunter Green #386041

Color information

#386041 (or 0x386041) is unknown color: approx Hunter Green. HEX triplet: 38, 60 and 41. RGB value is (56,96,65). Sum of RGB (Red+Green+Blue) = 56+96+65=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #386041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386041 is #C79FBE. Grayscale: #505050. Windows color (decimal): -13082559 or 4284472. OLE color: 4284472.

HSL color Cylindrical-coordinate representation of color #386041: hue angle of 133.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386041 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB569665-
CMYK0.4200.320.62
HSL133.5º26.32%29.8%-
HSV(B)133.5º41.67%37.65%-
XYZ6.779.596.5-
YUV80.51119.25110.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.81%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=25.81%
G=44.24%
B=29.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696650.4200.320.62133.526.3229.8
Hex3860412A0203E861a1e
Octal7014010152040762063236
Binary111000110000010000011010100100000111110100001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386041; }

 p { color: rgb(56,96,65); }

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

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

 a { background-color: rgb(56,96,65); }

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

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

 span { border-color: rgb(56,96,65); }

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