#3D3F19

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

Shades of Turtle Green #3D3F19

Tints of Turtle Green #3D3F19

Color information

#3D3F19 (or 0x3D3F19) is unknown color: approx Turtle Green. HEX triplet: 3D, 3F and 19. RGB value is (61,63,25). Sum of RGB (Red+Green+Blue) = 61+63+25=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3F19 is #C2C0E6. Grayscale: #3A3A3A. Windows color (decimal): -12763367 or 1654589. OLE color: 1654589.

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

Color convert

RGB616325-
CMYK0.0300.600.75
HSL63.16º43.18%17.25%-
HSV(B)63.16º60.32%24.71%-
XYZ3.884.621.61-
YUV58.07109.34130.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.94%
GREEN value IS 63 (25% from 255) = 42.28%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=40.94%
G=42.28%
B=16.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6163250.0300.600.7563.1643.1817.25
Hex3D3F19303C4B3f2b11
Octal7577313074113775321
Binary11110111111111001110111100100101111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,63,25); }

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

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

 a { background-color: rgb(61,63,25); }

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

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

 span { border-color: rgb(61,63,25); }

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