#3F4004

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

Shades of Turtle Green #3F4004

Tints of Turtle Green #3F4004

Color information

#3F4004 (or 0x3F4004) is unknown color: approx Turtle Green. HEX triplet: 3F, 40 and 04. RGB value is (63,64,4). Sum of RGB (Red+Green+Blue) = 63+64+4=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4004 is #C0BFFB. Grayscale: #393939. Windows color (decimal): -12632060 or 278591. OLE color: 278591.

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

Color convert

RGB63644-
CMYK0.0200.940.75
HSL61º88.24%13.33%-
HSV(B)61º93.75%25.1%-
XYZ3.914.730.82-
YUV56.8698.17132.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 4 (1.95% from 255) = 3.05%
R=48.09%
G=48.85%
B=3.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal636440.0200.940.756188.2413.33
Hex3F404205E4B3d58d
Octal771004201361137513015
Binary11111110000001001001011110100101111110110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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