#3A693F

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

Shades of Hunter Green #3A693F

Tints of Hunter Green #3A693F

Color information

#3A693F (or 0x3A693F) is unknown color: approx Hunter Green. HEX triplet: 3A, 69 and 3F. RGB value is (58,105,63). Sum of RGB (Red+Green+Blue) = 58+105+63=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #3A693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A693F is #C596C0. Grayscale: #565656. Windows color (decimal): -12949185 or 4155706. OLE color: 4155706.

HSL color Cylindrical-coordinate representation of color #3A693F: hue angle of 126.38º 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 #3A693F is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB5810563-
CMYK0.4500.40.59
HSL126.38º28.83%31.96%-
HSV(B)126.38º44.76%41.18%-
XYZ7.6911.366.49-
YUV86.16114.93107.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 105 (41.41% from 255) = 46.46%
BLUE value IS 63 (25% from 255) = 27.88%
R=25.66%
G=46.46%
B=27.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105630.4500.40.59126.3828.8331.96
Hex3A693F2D0283B7e1d20
Octal721517755050731763540
Binary11101011010011111111011010101000111011111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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