#3D4007

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

Shades of Turtle Green #3D4007

Tints of Turtle Green #3D4007

Color information

#3D4007 (or 0x3D4007) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 07. RGB value is (61,64,7). Sum of RGB (Red+Green+Blue) = 61+64+7=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4007 is #C2BFF8. Grayscale: #383838. Windows color (decimal): -12763129 or 475197. OLE color: 475197.

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

Color convert

RGB61647-
CMYK0.0500.890.75
HSL63.16º80.28%13.92%-
HSV(B)63.16º89.06%25.1%-
XYZ3.84.670.9-
YUV56.6100.01131.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.21%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=46.21%
G=48.48%
B=5.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal616470.0500.890.7563.1680.2813.92
Hex3D40750594B3f50e
Octal751007501311137712016
Binary111101100000011110101011001100101111111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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