#3D400C

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

Shades of Turtle Green #3D400C

Tints of Turtle Green #3D400C

Color information

#3D400C (or 0x3D400C) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 0C. RGB value is (61,64,12). Sum of RGB (Red+Green+Blue) = 61+64+12=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #3D400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D400C is #C2BFF3. Grayscale: #393939. Windows color (decimal): -12763124 or 802877. OLE color: 802877.

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

Color convert

RGB616412-
CMYK0.0500.810.75
HSL63.46º68.42%14.9%-
HSV(B)63.46º81.25%25.1%-
XYZ3.824.691.05-
YUV57.18102.51130.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 44.53%
GREEN value IS 64 (25.39% from 255) = 46.72%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=44.53%
G=46.72%
B=8.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164120.0500.810.7563.4668.4214.9
Hex3D40C50514B3f44f
Octal7510014501211137710417
Binary1111011000000110010101010001100101111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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