#3F4110

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

Shades of Turtle Green #3F4110

Tints of Turtle Green #3F4110

Color information

#3F4110 (or 0x3F4110) is unknown color: approx Turtle Green. HEX triplet: 3F, 41 and 10. RGB value is (63,65,16). Sum of RGB (Red+Green+Blue) = 63+65+16=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4110 is #C0BEEF. Grayscale: #3B3B3B. Windows color (decimal): -12631792 or 1065279. OLE color: 1065279.

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

Color convert

RGB636516-
CMYK0.0300.750.75
HSL62.45º60.49%15.88%-
HSV(B)62.45º75.38%25.49%-
XYZ4.034.871.22-
YUV58.82103.84130.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=43.75%
G=45.14%
B=11.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365160.0300.750.7562.4560.4915.88
Hex3F4110304B4B3e3c10
Octal771012030113113767420
Binary1111111000001100001101001011100101111111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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