#3E3F10

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

Shades of Turtle Green #3E3F10

Tints of Turtle Green #3E3F10

Color information

#3E3F10 (or 0x3E3F10) is unknown color: approx Turtle Green. HEX triplet: 3E, 3F and 10. RGB value is (62,63,16). Sum of RGB (Red+Green+Blue) = 62+63+16=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #3E3F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3F10 is #C1C0EF. Grayscale: #393939. Windows color (decimal): -12697840 or 1064766. OLE color: 1064766.

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

Color convert

RGB626316-
CMYK0.0200.750.75
HSL61.28º59.49%15.49%-
HSV(B)61.28º74.6%24.71%-
XYZ3.864.621.18-
YUV57.34104.67131.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.97%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=43.97%
G=44.68%
B=11.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6263160.0200.750.7561.2859.4915.49
Hex3E3F10204B4B3d3bf
Octal76772020113113757317
Binary11111011111110000100100101110010111111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,63,16); }

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

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

 a { background-color: rgb(62,63,16); }

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

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

 span { border-color: rgb(62,63,16); }

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