#3D4404

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

Shades of Turtle Green #3D4404

Tints of Turtle Green #3D4404

Color information

#3D4404 (or 0x3D4404) is unknown color: approx Turtle Green. HEX triplet: 3D, 44 and 04. RGB value is (61,68,4). Sum of RGB (Red+Green+Blue) = 61+68+4=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4404 is #C2BBFB. Grayscale: #3A3A3A. Windows color (decimal): -12762108 or 279613. OLE color: 279613.

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

Color convert

RGB61684-
CMYK0.1000.940.73
HSL66.56º88.89%14.12%-
HSV(B)66.56º94.12%26.67%-
XYZ4.015.140.89-
YUV58.6197.18129.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.86%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=45.86%
G=51.13%
B=3.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal616840.1000.940.7366.5688.8914.12
Hex3D444A05E494359e
Octal75104412013611110313116
Binary11110110001001001010010111101001001100001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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