#3A4311

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

Shades of Turtle Green #3A4311

Tints of Turtle Green #3A4311

Color information

#3A4311 (or 0x3A4311) is unknown color: approx Turtle Green. HEX triplet: 3A, 43 and 11. RGB value is (58,67,17). Sum of RGB (Red+Green+Blue) = 58+67+17=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4311 is #C5BCEE. Grayscale: #3A3A3A. Windows color (decimal): -12958959 or 1131322. OLE color: 1131322.

HSL color Cylindrical-coordinate representation of color #3A4311: hue angle of 70.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A4311 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB586717-
CMYK0.1300.750.74
HSL70.8º59.52%16.47%-
HSV(B)70.8º74.63%26.27%-
XYZ3.854.951.28-
YUV58.61104.52127.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 67 (26.56% from 255) = 47.18%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=40.85%
G=47.18%
B=11.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5867170.1300.750.7470.859.5216.47
Hex3A4311D04B4A473c10
Octal72103211501131121077420
Binary1110101000011100011101010010111001010100011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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