#3A4611

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

Shades of Turtle Green #3A4611

Tints of Turtle Green #3A4611

Color information

#3A4611 (or 0x3A4611) is unknown color: approx Turtle Green. HEX triplet: 3A, 46 and 11. RGB value is (58,70,17). Sum of RGB (Red+Green+Blue) = 58+70+17=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #3A4611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4611 is #C5B9EE. Grayscale: #3C3C3C. Windows color (decimal): -12958191 or 1132090. OLE color: 1132090.

HSL color Cylindrical-coordinate representation of color #3A4611: hue angle of 73.58º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A4611 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB587017-
CMYK0.1700.760.73
HSL73.58º60.92%17.06%-
HSV(B)73.58º75.71%27.45%-
XYZ4.045.321.34-
YUV60.37103.52126.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=40%
G=48.28%
B=11.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5870170.1700.760.7373.5860.9217.06
Hex3A46111104C494a3d11
Octal72106212101141111127521
Binary11101010001101000110001010011001001001100101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,17); }

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

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

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

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

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

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

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