#3B693D

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

Shades of Hunter Green #3B693D

Tints of Hunter Green #3B693D

Color information

#3B693D (or 0x3B693D) is unknown color: approx Hunter Green. HEX triplet: 3B, 69 and 3D. RGB value is (59,105,61). Sum of RGB (Red+Green+Blue) = 59+105+61=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #3B693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B693D is #C496C2. Grayscale: #565656. Windows color (decimal): -12883651 or 4024635. OLE color: 4024635.

HSL color Cylindrical-coordinate representation of color #3B693D: hue angle of 122.61º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B693D is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB5910561-
CMYK0.4400.420.59
HSL122.61º28.05%32.16%-
HSV(B)122.61º43.81%41.18%-
XYZ7.711.376.2-
YUV86.23113.76108.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=26.22%
G=46.67%
B=27.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal59105610.4400.420.59122.6128.0532.16
Hex3B693D2C02A3B7b1c20
Octal731517554052731733440
Binary11101111010011111011011000101010111011111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B693D; }

 p { color: rgb(59,105,61); }

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

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

 a { background-color: rgb(59,105,61); }

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

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

 span { border-color: rgb(59,105,61); }

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