#3D4516

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

Shades of Turtle Green #3D4516

Tints of Turtle Green #3D4516

Color information

#3D4516 (or 0x3D4516) is unknown color: approx Turtle Green. HEX triplet: 3D, 45 and 16. RGB value is (61,69,22). Sum of RGB (Red+Green+Blue) = 61+69+22=152 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.13% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #3D4516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4516 is #C2BAE9. Grayscale: #3D3D3D. Windows color (decimal): -12761834 or 1459517. OLE color: 1459517.

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

Color convert

RGB616922-
CMYK0.1200.680.73
HSL70.21º51.65%17.84%-
HSV(B)70.21º68.12%27.06%-
XYZ4.25.311.56-
YUV61.25105.85127.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.13%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 22 (8.98% from 255) = 14.47%
R=40.13%
G=45.39%
B=14.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6169220.1200.680.7370.2151.6517.84
Hex3D4516C04449463412
Octal75105261401041111066422
Binary1111011000101101101100010001001001001100011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,22); }

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

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

 a { background-color: rgb(61,69,22); }

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

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

 span { border-color: rgb(61,69,22); }

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