#3D3F05

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

Shades of Turtle Green #3D3F05

Tints of Turtle Green #3D3F05

Color information

#3D3F05 (or 0x3D3F05) is unknown color: approx Turtle Green. HEX triplet: 3D, 3F and 05. RGB value is (61,63,5). Sum of RGB (Red+Green+Blue) = 61+63+5=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3F05 is #C2C0FA. Grayscale: #383838. Windows color (decimal): -12763387 or 343869. OLE color: 343869.

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

Color convert

RGB61635-
CMYK0.0300.920.75
HSL62.07º85.29%13.33%-
HSV(B)62.07º92.06%24.71%-
XYZ3.734.560.83-
YUV55.7999.34131.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.29%
GREEN value IS 63 (25% from 255) = 48.84%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=47.29%
G=48.84%
B=3.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal616350.0300.920.7562.0785.2913.33
Hex3D3F5305C4B3e55d
Octal75775301341137612515
Binary1111011111111011101011100100101111111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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