#3F3E0E

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

Shades of Turtle Green #3F3E0E

Tints of Turtle Green #3F3E0E

Color information

#3F3E0E (or 0x3F3E0E) is unknown color: approx Turtle Green. HEX triplet: 3F, 3E and 0E. RGB value is (63,62,14). Sum of RGB (Red+Green+Blue) = 63+62+14=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 62 (24.61% from 255 or 44.60% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E0E is #C0C1F1. Grayscale: #393939. Windows color (decimal): -12632562 or 933439. OLE color: 933439.

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

Color convert

RGB636214-
CMYK00.020.780.75
HSL58.78º63.64%15.1%-
HSV(B)58.78º77.78%24.71%-
XYZ3.854.531.09-
YUV56.83103.83132.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.32%
GREEN value IS 62 (24.61% from 255) = 44.60%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=45.32%
G=44.60%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63621400.020.780.7558.7863.6415.1
Hex3F3EE024E4B3b40f
Octal777616021161137310017
Binary11111111111011100101001110100101111101110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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