#3F4012

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

Shades of Turtle Green #3F4012

Tints of Turtle Green #3F4012

Color information

#3F4012 (or 0x3F4012) is unknown color: approx Turtle Green. HEX triplet: 3F, 40 and 12. RGB value is (63,64,18). Sum of RGB (Red+Green+Blue) = 63+64+18=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4012 is #C0BFED. Grayscale: #3A3A3A. Windows color (decimal): -12632046 or 1196095. OLE color: 1196095.

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

Color convert

RGB636418-
CMYK0.0200.720.75
HSL61.3º56.1%16.08%-
HSV(B)61.3º71.88%25.1%-
XYZ3.994.771.28-
YUV58.46105.17131.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.45%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=43.45%
G=44.14%
B=12.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6364180.0200.720.7561.356.116.08
Hex3F401220484B3d3810
Octal771002220110113757020
Binary1111111000000100101001001000100101111110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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