#3D4100

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

Shades of Turtle Green #3D4100

Tints of Turtle Green #3D4100

Color information

#3D4100 (or 0x3D4100) is unknown color: approx Turtle Green. HEX triplet: 3D, 41 and 00. RGB value is (61,65,0). Sum of RGB (Red+Green+Blue) = 61+65+0=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4100 is #C2BEFF. Grayscale: #383838. Windows color (decimal): -12762880 or 16701. OLE color: 16701.

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

Color convert

RGB61650-
CMYK0.06010.75
HSL63.69º100%12.75%-
HSV(B)63.69º100%25.49%-
XYZ3.814.770.72-
YUV56.3996.17131.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.41%
G=51.59%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal616500.06010.7563.6910012.75
Hex3D41060644B4064d
Octal7510106014411310014415
Binary11110110000010110011001001001011100000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,65,0); }

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

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

 a { background-color: rgb(61,65,0); }

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

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

 span { border-color: rgb(61,65,0); }

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