#3A693E

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

Shades of Hunter Green #3A693E

Tints of Hunter Green #3A693E

Color information

#3A693E (or 0x3A693E) is unknown color: approx Hunter Green. HEX triplet: 3A, 69 and 3E. RGB value is (58,105,62). Sum of RGB (Red+Green+Blue) = 58+105+62=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #3A693E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A693E is #C596C1. Grayscale: #565656. Windows color (decimal): -12949186 or 4090170. OLE color: 4090170.

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

Color convert

RGB5810562-
CMYK0.4500.410.59
HSL125.11º28.83%31.96%-
HSV(B)125.11º44.76%41.18%-
XYZ7.6711.356.34-
YUV86.04114.43108-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=25.78%
G=46.67%
B=27.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105620.4500.410.59125.1128.8331.96
Hex3A693E2D0293B7d1d20
Octal721517655051731753540
Binary11101011010011111101011010101001111011111110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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