#3D3F0A

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

Shades of Turtle Green #3D3F0A

Tints of Turtle Green #3D3F0A

Color information

#3D3F0A (or 0x3D3F0A) is unknown color: approx Turtle Green. HEX triplet: 3D, 3F and 0A. RGB value is (61,63,10). Sum of RGB (Red+Green+Blue) = 61+63+10=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3F0A is #C2C0F5. Grayscale: #383838. Windows color (decimal): -12763382 or 671549. OLE color: 671549.

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

Color convert

RGB616310-
CMYK0.0300.840.75
HSL62.26º72.6%14.31%-
HSV(B)62.26º84.13%24.71%-
XYZ3.764.570.97-
YUV56.36101.84131.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.52%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=45.52%
G=47.01%
B=7.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6163100.0300.840.7562.2672.614.31
Hex3D3FA30544B3e49e
Octal757712301241137611116
Binary11110111111110101101010100100101111111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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