#3F3E0B

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

Shades of Turtle Green #3F3E0B

Tints of Turtle Green #3F3E0B

Color information

#3F3E0B (or 0x3F3E0B) is unknown color: approx Turtle Green. HEX triplet: 3F, 3E and 0B. RGB value is (63,62,11). Sum of RGB (Red+Green+Blue) = 63+62+11=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E0B is #C0C1F4. Grayscale: #383838. Windows color (decimal): -12632565 or 736831. OLE color: 736831.

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

Color convert

RGB636211-
CMYK00.020.830.75
HSL58.85º70.27%14.51%-
HSV(B)58.85º82.54%24.71%-
XYZ3.834.530.99-
YUV56.48102.33132.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.32%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=46.32%
G=45.59%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63621100.020.830.7558.8570.2714.51
Hex3F3EB02534B3b46f
Octal777613021231137310617
Binary11111111111010110101010011100101111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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