#3D4011

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

Shades of Turtle Green #3D4011

Tints of Turtle Green #3D4011

Color information

#3D4011 (or 0x3D4011) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 11. RGB value is (61,64,17). Sum of RGB (Red+Green+Blue) = 61+64+17=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4011 is #C2BFEE. Grayscale: #393939. Windows color (decimal): -12763119 or 1130557. OLE color: 1130557.

HSL color Cylindrical-coordinate representation of color #3D4011: hue angle of 63.83º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D4011 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB616417-
CMYK0.0500.730.75
HSL63.83º58.02%15.88%-
HSV(B)63.83º73.44%25.1%-
XYZ3.864.71.23-
YUV57.74105.01130.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 17 (7.03% from 255) = 11.97%
R=42.96%
G=45.07%
B=11.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164170.0500.730.7563.8358.0215.88
Hex3D401150494B403a10
Octal7510021501111131007220
Binary111101100000010001101010010011001011100000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,17); }

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

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

 a { background-color: rgb(61,64,17); }

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

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

 span { border-color: rgb(61,64,17); }

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