#3D4001

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

Shades of Turtle Green #3D4001

Tints of Turtle Green #3D4001

Color information

#3D4001 (or 0x3D4001) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 01. RGB value is (61,64,1). Sum of RGB (Red+Green+Blue) = 61+64+1=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4001 is #C2BFFE. Grayscale: #383838. Windows color (decimal): -12763135 or 81981. OLE color: 81981.

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

Color convert

RGB61641-
CMYK0.0500.980.75
HSL62.86º96.92%12.75%-
HSV(B)62.86º98.44%25.1%-
XYZ3.764.660.73-
YUV55.9297.01131.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=48.41%
G=50.79%
B=0.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal616410.0500.980.7562.8696.9212.75
Hex3D40150624B3f61d
Octal751001501421137714115
Binary1111011000000110101100010100101111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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