#3F471B

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

Shades of Turtle Green #3F471B

Tints of Turtle Green #3F471B

Color information

#3F471B (or 0x3F471B) is unknown color: approx Turtle Green. HEX triplet: 3F, 47 and 1B. RGB value is (63,71,27). Sum of RGB (Red+Green+Blue) = 63+71+27=161 (21% of max value = 765). Red value is 63 (25% from 255 or 39.13% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #3F471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F471B is #C0B8E4. Grayscale: #3F3F3F. Windows color (decimal): -12630245 or 1787711. OLE color: 1787711.

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

Color convert

RGB637127-
CMYK0.1100.620.72
HSL70.91º44.9%19.22%-
HSV(B)70.91º61.97%27.84%-
XYZ4.55.641.89-
YUV63.59107.35127.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.13%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=39.13%
G=44.10%
B=16.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371270.1100.620.7270.9144.919.22
Hex3F471BB03E48472d13
Octal7710733130761101075523
Binary111111100011111011101101111101001000100011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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