#3A693A

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

Shades of Hunter Green #3A693A

Tints of Hunter Green #3A693A

Color information

#3A693A (or 0x3A693A) is unknown color: approx Hunter Green. HEX triplet: 3A, 69 and 3A. RGB value is (58,105,58). Sum of RGB (Red+Green+Blue) = 58+105+58=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #3A693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A693A is #C596C5. Grayscale: #555555. Windows color (decimal): -12949190 or 3828026. OLE color: 3828026.

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

Color convert

RGB5810558-
CMYK0.4500.450.59
HSL120º28.83%31.96%-
HSV(B)120º44.76%41.18%-
XYZ7.5611.315.79-
YUV85.59112.43108.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=26.24%
G=47.51%
B=26.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105580.4500.450.5912028.8331.96
Hex3A693A2D02D3B781d20
Octal721517255055731703540
Binary11101011010011110101011010101101111011111100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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