#3E400F

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

Shades of Turtle Green #3E400F

Tints of Turtle Green #3E400F

Color information

#3E400F (or 0x3E400F) is unknown color: approx Turtle Green. HEX triplet: 3E, 40 and 0F. RGB value is (62,64,15). Sum of RGB (Red+Green+Blue) = 62+64+15=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #3E400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E400F is #C1BFF0. Grayscale: #3A3A3A. Windows color (decimal): -12697585 or 999486. OLE color: 999486.

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

Color convert

RGB626415-
CMYK0.0300.770.75
HSL62.45º62.03%15.49%-
HSV(B)62.45º76.56%25.1%-
XYZ3.914.731.16-
YUV57.82103.84130.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.97%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=43.97%
G=45.39%
B=10.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6264150.0300.770.7562.4562.0315.49
Hex3E40F304D4B3e3ef
Octal761001730115113767617
Binary11111010000001111110100110110010111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,15); }

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

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

 a { background-color: rgb(62,64,15); }

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

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

 span { border-color: rgb(62,64,15); }

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