#3F441D

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

Shades of Turtle Green #3F441D

Tints of Turtle Green #3F441D

Color information

#3F441D (or 0x3F441D) is unknown color: approx Turtle Green. HEX triplet: 3F, 44 and 1D. RGB value is (63,68,29). Sum of RGB (Red+Green+Blue) = 63+68+29=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #3F441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F441D is #C0BBE2. Grayscale: #3E3E3E. Windows color (decimal): -12631011 or 1918015. OLE color: 1918015.

HSL color Cylindrical-coordinate representation of color #3F441D: hue angle of 67.69º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F441D is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB636829-
CMYK0.0700.570.73
HSL67.69º40.21%19.02%-
HSV(B)67.69º57.35%26.67%-
XYZ4.345.281.95-
YUV62.06109.34128.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 29 (11.72% from 255) = 18.12%
R=39.38%
G=42.5%
B=18.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368290.0700.570.7367.6940.2119.02
Hex3F441D703949442813
Octal771043570711111045023
Binary11111110001001110111101110011001001100010010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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