#3D4110

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

Shades of Turtle Green #3D4110

Tints of Turtle Green #3D4110

Color information

#3D4110 (or 0x3D4110) is unknown color: approx Turtle Green. HEX triplet: 3D, 41 and 10. RGB value is (61,65,16). Sum of RGB (Red+Green+Blue) = 61+65+16=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4110 is #C2BEEF. Grayscale: #3A3A3A. Windows color (decimal): -12762864 or 1065277. OLE color: 1065277.

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

Color convert

RGB616516-
CMYK0.0600.750.75
HSL64.9º60.49%15.88%-
HSV(B)64.9º75.38%25.49%-
XYZ3.914.811.21-
YUV58.22104.17129.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=42.96%
G=45.77%
B=11.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6165160.0600.750.7564.960.4915.88
Hex3D4110604B4B413c10
Octal7510120601131131017420
Binary111101100000110000110010010111001011100000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,16); }

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

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

 a { background-color: rgb(61,65,16); }

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

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

 span { border-color: rgb(61,65,16); }

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