#3D4000

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

Shades of Turtle Green #3D4000

Tints of Turtle Green #3D4000

Color information

#3D4000 (or 0x3D4000) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 00. RGB value is (61,64,0). Sum of RGB (Red+Green+Blue) = 61+64+0=125 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.8% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4000 is #C2BFFF. Grayscale: #383838. Windows color (decimal): -12763136 or 16445. OLE color: 16445.

HSL color Cylindrical-coordinate representation of color #3D4000: hue angle of 62.81º 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 #3D4000 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB61640-
CMYK0.05010.75
HSL62.81º100%12.55%-
HSV(B)62.81º100%25.1%-
XYZ3.764.660.7-
YUV55.8196.51131.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.8%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.8%
G=51.2%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal616400.05010.7562.8110012.55
Hex3D40050644B3f64d
Octal751000501441137714415
Binary1111011000000010101100100100101111111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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