#3D400F

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

Shades of Turtle Green #3D400F

Tints of Turtle Green #3D400F

Color information

#3D400F (or 0x3D400F) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 0F. RGB value is (61,64,15). Sum of RGB (Red+Green+Blue) = 61+64+15=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #3D400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D400F is #C2BFF0. Grayscale: #393939. Windows color (decimal): -12763121 or 999485. OLE color: 999485.

HSL color Cylindrical-coordinate representation of color #3D400F: hue angle of 63.67º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D400F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB616415-
CMYK0.0500.770.75
HSL63.67º62.03%15.49%-
HSV(B)63.67º76.56%25.1%-
XYZ3.844.691.16-
YUV57.52104.01130.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.57%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=43.57%
G=45.71%
B=10.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164150.0500.770.7563.6762.0315.49
Hex3D40F504D4B403ef
Octal7510017501151131007617
Binary1111011000000111110101001101100101110000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,15); }

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

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

 a { background-color: rgb(61,64,15); }

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

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

 span { border-color: rgb(61,64,15); }

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