#3A693C

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

Shades of Hunter Green #3A693C

Tints of Hunter Green #3A693C

Color information

#3A693C (or 0x3A693C) is unknown color: approx Hunter Green. HEX triplet: 3A, 69 and 3C. RGB value is (58,105,60). Sum of RGB (Red+Green+Blue) = 58+105+60=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #3A693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A693C is #C596C3. Grayscale: #555555. Windows color (decimal): -12949188 or 3959098. OLE color: 3959098.

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

Color convert

RGB5810560-
CMYK0.4500.430.59
HSL122.55º28.83%31.96%-
HSV(B)122.55º44.76%41.18%-
XYZ7.6111.336.06-
YUV85.82113.43108.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=26.01%
G=47.09%
B=26.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105600.4500.430.59122.5528.8331.96
Hex3A693C2D02B3B7b1d20
Octal721517455053731733540
Binary11101011010011111001011010101011111011111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,105,60); }

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

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

 a { background-color: rgb(58,105,60); }

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

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

 span { border-color: rgb(58,105,60); }

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