#3F441A

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

Shades of Turtle Green #3F441A

Tints of Turtle Green #3F441A

Color information

#3F441A (or 0x3F441A) is unknown color: approx Turtle Green. HEX triplet: 3F, 44 and 1A. RGB value is (63,68,26). Sum of RGB (Red+Green+Blue) = 63+68+26=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #3F441A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F441A is #C0BBE5. Grayscale: #3D3D3D. Windows color (decimal): -12631014 or 1721407. OLE color: 1721407.

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

Color convert

RGB636826-
CMYK0.0700.620.73
HSL67.14º44.68%18.43%-
HSV(B)67.14º61.76%26.67%-
XYZ4.35.271.77-
YUV61.72107.84128.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.13%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=40.13%
G=43.31%
B=16.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368260.0700.620.7367.1444.6818.43
Hex3F441A703E49432d12
Octal771043270761111035522
Binary11111110001001101011101111101001001100001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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