#3F4002

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

Shades of Turtle Green #3F4002

Tints of Turtle Green #3F4002

Color information

#3F4002 (or 0x3F4002) is unknown color: approx Turtle Green. HEX triplet: 3F, 40 and 02. RGB value is (63,64,2). Sum of RGB (Red+Green+Blue) = 63+64+2=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4002 is #C0BFFD. Grayscale: #383838. Windows color (decimal): -12632062 or 147519. OLE color: 147519.

HSL color Cylindrical-coordinate representation of color #3F4002: hue angle of 60.97º 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 #3F4002 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB63642-
CMYK0.0200.970.75
HSL60.97º93.94%12.94%-
HSV(B)60.97º96.88%25.1%-
XYZ3.894.730.76-
YUV56.6397.17132.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.84%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=48.84%
G=49.61%
B=1.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal636420.0200.970.7560.9793.9412.94
Hex3F40220614B3d5ed
Octal771002201411137513615
Binary1111111000000101001100001100101111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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