#3F4010

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

Shades of Turtle Green #3F4010

Tints of Turtle Green #3F4010

Color information

#3F4010 (or 0x3F4010) is unknown color: approx Turtle Green. HEX triplet: 3F, 40 and 10. RGB value is (63,64,16). Sum of RGB (Red+Green+Blue) = 63+64+16=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4010 is #C0BFEF. Grayscale: #3A3A3A. Windows color (decimal): -12632048 or 1065023. OLE color: 1065023.

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

Color convert

RGB636416-
CMYK0.0200.750.75
HSL61.25º60%15.69%-
HSV(B)61.25º75%25.1%-
XYZ3.984.761.2-
YUV58.23104.17131.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=44.06%
G=44.76%
B=11.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364160.0200.750.7561.256015.69
Hex3F4010204B4B3d3c10
Octal771002020113113757420
Binary1111111000000100001001001011100101111110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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