#3D420F

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

Shades of Turtle Green #3D420F

Tints of Turtle Green #3D420F

Color information

#3D420F (or 0x3D420F) is unknown color: approx Turtle Green. HEX triplet: 3D, 42 and 0F. RGB value is (61,66,15). Sum of RGB (Red+Green+Blue) = 61+66+15=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #3D420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D420F is #C2BDF0. Grayscale: #3A3A3A. Windows color (decimal): -12762609 or 999997. OLE color: 999997.

HSL color Cylindrical-coordinate representation of color #3D420F: hue angle of 65.88º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D420F is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB616615-
CMYK0.0800.770.74
HSL65.88º62.96%15.88%-
HSV(B)65.88º77.27%25.88%-
XYZ3.964.921.19-
YUV58.69103.34129.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.96%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=42.96%
G=46.48%
B=10.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6166150.0800.770.7465.8862.9615.88
Hex3D42F804D4A423f10
Octal75102171001151121027720
Binary111101100001011111000010011011001010100001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,15); }

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

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

 a { background-color: rgb(61,66,15); }

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

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

 span { border-color: rgb(61,66,15); }

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