#3D4917

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

Shades of Turtle Green #3D4917

Tints of Turtle Green #3D4917

Color information

#3D4917 (or 0x3D4917) is unknown color: approx Turtle Green. HEX triplet: 3D, 49 and 17. RGB value is (61,73,23). Sum of RGB (Red+Green+Blue) = 61+73+23=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4917 is #C2B6E8. Grayscale: #3F3F3F. Windows color (decimal): -12760809 or 1526077. OLE color: 1526077.

HSL color Cylindrical-coordinate representation of color #3D4917: hue angle of 74.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D4917 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB617323-
CMYK0.1600.680.71
HSL74.4º52.08%18.82%-
HSV(B)74.4º68.49%28.63%-
XYZ4.465.821.7-
YUV63.71105.02126.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=38.85%
G=46.50%
B=14.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6173230.1600.680.7174.452.0818.82
Hex3D491710044474a3413
Octal75111272001041071126423
Binary11110110010011011110000010001001000111100101011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,23); }

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

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

 a { background-color: rgb(61,73,23); }

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

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

 span { border-color: rgb(61,73,23); }

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