#3D400D

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

Shades of Turtle Green #3D400D

Tints of Turtle Green #3D400D

Color information

#3D400D (or 0x3D400D) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 0D. RGB value is (61,64,13). Sum of RGB (Red+Green+Blue) = 61+64+13=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #3D400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D400D is #C2BFF2. Grayscale: #393939. Windows color (decimal): -12763123 or 868413. OLE color: 868413.

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

Color convert

RGB616413-
CMYK0.0500.800.75
HSL63.53º66.23%15.1%-
HSV(B)63.53º79.69%25.1%-
XYZ3.834.691.08-
YUV57.29103.01130.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.20%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=44.20%
G=46.38%
B=9.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164130.0500.800.7563.5366.2315.1
Hex3D40D50504B4042f
Octal75100155012011310010217
Binary11110110000001101101010100001001011100000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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