#3F471C

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

Shades of Turtle Green #3F471C

Tints of Turtle Green #3F471C

Color information

#3F471C (or 0x3F471C) is unknown color: approx Turtle Green. HEX triplet: 3F, 47 and 1C. RGB value is (63,71,28). Sum of RGB (Red+Green+Blue) = 63+71+28=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #3F471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F471C is #C0B8E3. Grayscale: #3F3F3F. Windows color (decimal): -12630244 or 1853247. OLE color: 1853247.

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

Color convert

RGB637128-
CMYK0.1100.610.72
HSL71.16º43.43%19.41%-
HSV(B)71.16º60.56%27.84%-
XYZ4.515.651.95-
YUV63.71107.85127.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 28 (11.33% from 255) = 17.28%
R=38.89%
G=43.83%
B=17.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6371280.1100.610.7271.1643.4319.41
Hex3F471CB03D48472b13
Octal7710734130751101075323
Binary111111100011111100101101111011001000100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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