#3D3F0F

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

Shades of Turtle Green #3D3F0F

Tints of Turtle Green #3D3F0F

Color information

#3D3F0F (or 0x3D3F0F) is unknown color: approx Turtle Green. HEX triplet: 3D, 3F and 0F. RGB value is (61,63,15). Sum of RGB (Red+Green+Blue) = 61+63+15=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3F0F is #C2C0F0. Grayscale: #393939. Windows color (decimal): -12763377 or 999229. OLE color: 999229.

HSL color Cylindrical-coordinate representation of color #3D3F0F: hue angle of 62.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D3F0F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB616315-
CMYK0.0300.760.75
HSL62.5º61.54%15.29%-
HSV(B)62.5º76.19%24.71%-
XYZ3.794.581.14-
YUV56.93104.34130.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.88%
GREEN value IS 63 (25% from 255) = 45.32%
BLUE value IS 15 (6.25% from 255) = 10.79%
R=43.88%
G=45.32%
B=10.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6163150.0300.760.7562.561.5415.29
Hex3D3FF304C4B3e3ef
Octal75771730114113767617
Binary1111011111111111110100110010010111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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