#3D441A

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

Shades of Turtle Green #3D441A

Tints of Turtle Green #3D441A

Color information

#3D441A (or 0x3D441A) is unknown color: approx Turtle Green. HEX triplet: 3D, 44 and 1A. RGB value is (61,68,26). Sum of RGB (Red+Green+Blue) = 61+68+26=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #3D441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D441A is #C2BBE5. Grayscale: #3D3D3D. Windows color (decimal): -12762086 or 1721405. OLE color: 1721405.

HSL color Cylindrical-coordinate representation of color #3D441A: hue angle of 70º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D441A is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB616826-
CMYK0.1000.620.73
HSL70º44.68%18.43%-
HSV(B)70º61.76%26.67%-
XYZ4.185.21.76-
YUV61.12108.18127.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 39.35%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=39.35%
G=43.87%
B=16.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168260.1000.620.737044.6818.43
Hex3D441AA03E49462d12
Octal7510432120761111065522
Binary111101100010011010101001111101001001100011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,68,26); }

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

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

 a { background-color: rgb(61,68,26); }

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

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

 span { border-color: rgb(61,68,26); }

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