#3F420F

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

Shades of Turtle Green #3F420F

Tints of Turtle Green #3F420F

Color information

#3F420F (or 0x3F420F) is unknown color: approx Turtle Green. HEX triplet: 3F, 42 and 0F. RGB value is (63,66,15). Sum of RGB (Red+Green+Blue) = 63+66+15=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #3F420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F420F is #C0BDF0. Grayscale: #3B3B3B. Windows color (decimal): -12631537 or 999999. OLE color: 999999.

HSL color Cylindrical-coordinate representation of color #3F420F: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F420F is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB636615-
CMYK0.0500.770.74
HSL63.53º62.96%15.88%-
HSV(B)63.53º77.27%25.88%-
XYZ4.084.991.2-
YUV59.29103.01130.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=43.75%
G=45.83%
B=10.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6366150.0500.770.7463.5362.9615.88
Hex3F42F504D4A403f10
Octal7710217501151121007720
Binary11111110000101111101010011011001010100000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,66,15); }

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

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

 a { background-color: rgb(63,66,15); }

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

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

 span { border-color: rgb(63,66,15); }

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