#3F411A

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

Shades of Turtle Green #3F411A

Tints of Turtle Green #3F411A

Color information

#3F411A (or 0x3F411A) is unknown color: approx Turtle Green. HEX triplet: 3F, 41 and 1A. RGB value is (63,65,26). Sum of RGB (Red+Green+Blue) = 63+65+26=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3F411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F411A is #C0BEE5. Grayscale: #3C3C3C. Windows color (decimal): -12631782 or 1720639. OLE color: 1720639.

HSL color Cylindrical-coordinate representation of color #3F411A: hue angle of 63.08º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F411A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB636526-
CMYK0.0300.600.75
HSL63.08º42.86%17.84%-
HSV(B)63.08º60%25.49%-
XYZ4.134.911.71-
YUV59.96108.84130.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 40.91%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=40.91%
G=42.21%
B=16.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6365260.0300.600.7563.0842.8617.84
Hex3F411A303C4B3f2b12
Octal77101323074113775322
Binary111111100000111010110111100100101111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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