#3F471D

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

Shades of Turtle Green #3F471D

Tints of Turtle Green #3F471D

Color information

#3F471D (or 0x3F471D) is unknown color: approx Turtle Green. HEX triplet: 3F, 47 and 1D. RGB value is (63,71,29). Sum of RGB (Red+Green+Blue) = 63+71+29=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #3F471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F471D is #C0B8E2. Grayscale: #3F3F3F. Windows color (decimal): -12630243 or 1918783. OLE color: 1918783.

HSL color Cylindrical-coordinate representation of color #3F471D: hue angle of 71.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F471D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB637129-
CMYK0.1100.590.72
HSL71.43º42%19.61%-
HSV(B)71.43º59.15%27.84%-
XYZ4.525.652.01-
YUV63.82108.35127.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 29 (11.72% from 255) = 17.79%
R=38.65%
G=43.56%
B=17.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371290.1100.590.7271.434219.61
Hex3F471DB03B48472a14
Octal7710735130731101075224
Binary111111100011111101101101110111001000100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,29); }

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

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

 a { background-color: rgb(63,71,29); }

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

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

 span { border-color: rgb(63,71,29); }

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