#3B461D

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

Shades of Turtle Green #3B461D

Tints of Turtle Green #3B461D

Color information

#3B461D (or 0x3B461D) is unknown color: approx Turtle Green. HEX triplet: 3B, 46 and 1D. RGB value is (59,70,29). Sum of RGB (Red+Green+Blue) = 59+70+29=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #3B461D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B461D is #C4B9E2. Grayscale: #3E3E3E. Windows color (decimal): -12892643 or 1918523. OLE color: 1918523.

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

Color convert

RGB597029-
CMYK0.1600.590.73
HSL76.1º41.41%19.41%-
HSV(B)76.1º58.57%27.45%-
XYZ4.225.41.98-
YUV62.04109.36125.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 29 (11.72% from 255) = 18.35%
R=37.34%
G=44.30%
B=18.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5970290.1600.590.7376.141.4119.41
Hex3B461D1003B494c2913
Octal7310635200731111145123
Binary1110111000110111011000001110111001001100110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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