#3A4513

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

Shades of Turtle Green #3A4513

Tints of Turtle Green #3A4513

Color information

#3A4513 (or 0x3A4513) is unknown color: approx Turtle Green. HEX triplet: 3A, 45 and 13. RGB value is (58,69,19). Sum of RGB (Red+Green+Blue) = 58+69+19=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 69 (27.34% from 255 or 47.26% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4513 is #C5BAEC. Grayscale: #3C3C3C. Windows color (decimal): -12958445 or 1262906. OLE color: 1262906.

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

Color convert

RGB586919-
CMYK0.1600.720.73
HSL73.2º56.82%17.25%-
HSV(B)73.2º72.46%27.06%-
XYZ3.995.21.41-
YUV60.01104.86126.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.73%
GREEN value IS 69 (27.34% from 255) = 47.26%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=39.73%
G=47.26%
B=13.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869190.1600.720.7373.256.8217.25
Hex3A45131004849493911
Octal72105232001101111117121
Binary11101010001011001110000010010001001001100100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,69,19); }

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

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

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

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

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

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

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