#3B401F

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

Shades of Turtle Green #3B401F

Tints of Turtle Green #3B401F

Color information

#3B401F (or 0x3B401F) is unknown color: approx Turtle Green. HEX triplet: 3B, 40 and 1F. RGB value is (59,64,31). Sum of RGB (Red+Green+Blue) = 59+64+31=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #3B401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B401F is #C4BFE0. Grayscale: #3A3A3A. Windows color (decimal): -12894177 or 2048059. OLE color: 2048059.

HSL color Cylindrical-coordinate representation of color #3B401F: hue angle of 69.09º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B401F is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB596431-
CMYK0.0800.520.75
HSL69.09º34.74%18.63%-
HSV(B)69.09º51.56%25.1%-
XYZ3.884.72-
YUV58.74112.34128.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=38.31%
G=41.56%
B=20.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964310.0800.520.7569.0934.7418.63
Hex3B401F80344B452313
Octal7310037100641131054323
Binary111011100000011111100001101001001011100010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,31); }

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

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

 a { background-color: rgb(59,64,31); }

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

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

 span { border-color: rgb(59,64,31); }

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