#3D4417

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

Shades of Turtle Green #3D4417

Tints of Turtle Green #3D4417

Color information

#3D4417 (or 0x3D4417) is unknown color: approx Turtle Green. HEX triplet: 3D, 44 and 17. RGB value is (61,68,23). Sum of RGB (Red+Green+Blue) = 61+68+23=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4417 is #C2BBE8. Grayscale: #3C3C3C. Windows color (decimal): -12762089 or 1524797. OLE color: 1524797.

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

Color convert

RGB616823-
CMYK0.1000.660.73
HSL69.33º49.45%17.84%-
HSV(B)69.33º66.18%26.67%-
XYZ4.155.191.59-
YUV60.78106.68128.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=40.13%
G=44.74%
B=15.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6168230.1000.660.7369.3349.4517.84
Hex3D4417A04249453112
Octal75104271201021111056122
Binary1111011000100101111010010000101001001100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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