#3D3C06

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

Shades of Turtle Green #3D3C06

Tints of Turtle Green #3D3C06

Color information

#3D3C06 (or 0x3D3C06) is unknown color: approx Turtle Green. HEX triplet: 3D, 3C and 06. RGB value is (61,60,6). Sum of RGB (Red+Green+Blue) = 61+60+6=127 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.03% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3C06 is #C2C3F9. Grayscale: #363636. Windows color (decimal): -12764154 or 408637. OLE color: 408637.

HSL color Cylindrical-coordinate representation of color #3D3C06: hue angle of 58.91º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D3C06 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB61606-
CMYK00.020.900.76
HSL58.91º82.09%13.14%-
HSV(B)58.91º90.16%23.92%-
XYZ3.574.240.8-
YUV54.14100.83132.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.03%
GREEN value IS 60 (23.83% from 255) = 47.24%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=48.03%
G=47.24%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6160600.020.900.7658.9182.0913.14
Hex3D3C6025A4C3b52d
Octal75746021321147312215
Binary1111011111001100101011010100110011101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,6); }

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

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

 a { background-color: rgb(61,60,6); }

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

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

 span { border-color: rgb(61,60,6); }

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