#3D461E

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

Shades of Turtle Green #3D461E

Tints of Turtle Green #3D461E

Color information

#3D461E (or 0x3D461E) is unknown color: approx Turtle Green. HEX triplet: 3D, 46 and 1E. RGB value is (61,70,30). Sum of RGB (Red+Green+Blue) = 61+70+30=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #3D461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D461E is #C2B9E1. Grayscale: #3E3E3E. Windows color (decimal): -12761570 or 1984061. OLE color: 1984061.

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

Color convert

RGB617030-
CMYK0.1300.570.73
HSL73.5º40%19.61%-
HSV(B)73.5º57.14%27.45%-
XYZ4.355.472.05-
YUV62.75109.52126.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.89%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=37.89%
G=43.48%
B=18.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170300.1300.570.7373.54019.61
Hex3D461ED039494a2814
Octal7510636150711111125024
Binary111101100011011110110101110011001001100101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,70,30); }

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

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

 a { background-color: rgb(61,70,30); }

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

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

 span { border-color: rgb(61,70,30); }

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