#3B460E

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

Shades of Turtle Green #3B460E

Tints of Turtle Green #3B460E

Color information

#3B460E (or 0x3B460E) is unknown color: approx Turtle Green. HEX triplet: 3B, 46 and 0E. RGB value is (59,70,14). Sum of RGB (Red+Green+Blue) = 59+70+14=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #3B460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B460E is #C4B9F1. Grayscale: #3C3C3C. Windows color (decimal): -12892658 or 935483. OLE color: 935483.

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

Color convert

RGB597014-
CMYK0.1600.800.73
HSL71.79º66.67%16.47%-
HSV(B)71.79º80%27.45%-
XYZ4.075.341.23-
YUV60.33101.86127.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 14 (5.86% from 255) = 9.79%
R=41.26%
G=48.95%
B=9.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970140.1600.800.7371.7966.6716.47
Hex3B46E1005049484310
Octal731061620012011111010320
Binary11101110001101110100000101000010010011001000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,14); }

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

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

 a { background-color: rgb(59,70,14); }

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

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

 span { border-color: rgb(59,70,14); }

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