#3B411D

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

Shades of Turtle Green #3B411D

Tints of Turtle Green #3B411D

Color information

#3B411D (or 0x3B411D) is unknown color: approx Turtle Green. HEX triplet: 3B, 41 and 1D. RGB value is (59,65,29). Sum of RGB (Red+Green+Blue) = 59+65+29=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #3B411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B411D is #C4BEE2. Grayscale: #3B3B3B. Windows color (decimal): -12893923 or 1917243. OLE color: 1917243.

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

Color convert

RGB596529-
CMYK0.0900.550.75
HSL70º38.3%18.43%-
HSV(B)70º55.38%25.49%-
XYZ3.924.81.88-
YUV59.1111.01127.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.56%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=38.56%
G=42.48%
B=18.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965290.0900.550.757038.318.43
Hex3B411D90374B462612
Octal7310135110671131064622
Binary111011100000111101100101101111001011100011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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