#3F3E02

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

Shades of Turtle Green #3F3E02

Tints of Turtle Green #3F3E02

Color information

#3F3E02 (or 0x3F3E02) is unknown color: approx Turtle Green. HEX triplet: 3F, 3E and 02. RGB value is (63,62,2). Sum of RGB (Red+Green+Blue) = 63+62+2=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E02 is #C0C1FD. Grayscale: #373737. Windows color (decimal): -12632574 or 147007. OLE color: 147007.

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

Color convert

RGB63622-
CMYK00.020.970.75
HSL59.02º93.85%12.75%-
HSV(B)59.02º96.83%24.71%-
XYZ3.784.510.73-
YUV55.4697.83133.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 49.61%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 2 (1.17% from 255) = 1.57%
R=49.61%
G=48.82%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6362200.020.970.7559.0293.8512.75
Hex3F3E202614B3b5ed
Octal77762021411137313615
Binary111111111110100101100001100101111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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