#3B411E

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

Shades of Turtle Green #3B411E

Tints of Turtle Green #3B411E

Color information

#3B411E (or 0x3B411E) is unknown color: approx Turtle Green. HEX triplet: 3B, 41 and 1E. RGB value is (59,65,30). Sum of RGB (Red+Green+Blue) = 59+65+30=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3B411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B411E is #C4BEE1. Grayscale: #3B3B3B. Windows color (decimal): -12893922 or 1982779. OLE color: 1982779.

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

Color convert

RGB596530-
CMYK0.0900.540.75
HSL70.29º36.84%18.63%-
HSV(B)70.29º53.85%25.49%-
XYZ3.934.81.95-
YUV59.22111.51127.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=38.31%
G=42.21%
B=19.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965300.0900.540.7570.2936.8418.63
Hex3B411E90364B462513
Octal7310136110661131064523
Binary111011100000111110100101101101001011100011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,65,30); }

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

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

 a { background-color: rgb(59,65,30); }

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

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

 span { border-color: rgb(59,65,30); }

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