#3D4020

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

Shades of Turtle Green #3D4020

Tints of Turtle Green #3D4020

Color information

#3D4020 (or 0x3D4020) is unknown color: approx Turtle Green. HEX triplet: 3D, 40 and 20. RGB value is (61,64,32). Sum of RGB (Red+Green+Blue) = 61+64+32=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4020 is #C2BFDF. Grayscale: #3B3B3B. Windows color (decimal): -12763104 or 2113597. OLE color: 2113597.

HSL color Cylindrical-coordinate representation of color #3D4020: hue angle of 65.63º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4020 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB616432-
CMYK0.0500.500.75
HSL65.63º33.33%18.82%-
HSV(B)65.63º50%25.1%-
XYZ4.024.762.07-
YUV59.46112.51129.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 38.85%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=38.85%
G=40.76%
B=20.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164320.0500.500.7565.6333.3318.82
Hex3D402050324B422113
Octal751004050621131024123
Binary111101100000010000010101100101001011100001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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