#3D461F

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

Shades of Turtle Green #3D461F

Tints of Turtle Green #3D461F

Color information

#3D461F (or 0x3D461F) is unknown color: approx Turtle Green. HEX triplet: 3D, 46 and 1F. RGB value is (61,70,31). Sum of RGB (Red+Green+Blue) = 61+70+31=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #3D461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D461F is #C2B9E0. Grayscale: #3F3F3F. Windows color (decimal): -12761569 or 2049597. OLE color: 2049597.

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

Color convert

RGB617031-
CMYK0.1300.560.73
HSL73.85º38.61%19.8%-
HSV(B)73.85º55.71%27.45%-
XYZ4.365.472.12-
YUV62.86110.02126.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.65%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=37.65%
G=43.21%
B=19.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6170310.1300.560.7373.8538.6119.8
Hex3D461FD038494a2714
Octal7510637150701111124724
Binary111101100011011111110101110001001001100101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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