#3E3D01

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

Shades of Turtle Green #3E3D01

Tints of Turtle Green #3E3D01

Color information

#3E3D01 (or 0x3E3D01) is unknown color: approx Turtle Green. HEX triplet: 3E, 3D and 01. RGB value is (62,61,1). Sum of RGB (Red+Green+Blue) = 62+61+1=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3D01 is #C1C2FE. Grayscale: #363636. Windows color (decimal): -12698367 or 81214. OLE color: 81214.

HSL color Cylindrical-coordinate representation of color #3E3D01: hue angle of 59.02º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E3D01 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB62611-
CMYK00.020.980.76
HSL59.02º96.83%12.35%-
HSV(B)59.02º98.39%24.31%-
XYZ3.664.360.68-
YUV54.4697.83133.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 49.19%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=50%
G=49.19%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6261100.020.980.7659.0296.8312.35
Hex3E3D102624C3b61c
Octal76751021421147314114
Binary11111011110110101100010100110011101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,1); }

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

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

 a { background-color: rgb(62,61,1); }

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

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

 span { border-color: rgb(62,61,1); }

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