#3B461A

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

Shades of Turtle Green #3B461A

Tints of Turtle Green #3B461A

Color information

#3B461A (or 0x3B461A) is unknown color: approx Turtle Green. HEX triplet: 3B, 46 and 1A. RGB value is (59,70,26). Sum of RGB (Red+Green+Blue) = 59+70+26=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #3B461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B461A is #C4B9E5. Grayscale: #3D3D3D. Windows color (decimal): -12892646 or 1721915. OLE color: 1721915.

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

Color convert

RGB597026-
CMYK0.1600.630.73
HSL75º45.83%18.82%-
HSV(B)75º62.86%27.45%-
XYZ4.185.381.8-
YUV61.69107.86126.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=38.06%
G=45.16%
B=16.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970260.1600.630.737545.8318.82
Hex3B461A1003F494b2e13
Octal7310632200771111135623
Binary1110111000110110101000001111111001001100101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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