#3B411B

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

Shades of Turtle Green #3B411B

Tints of Turtle Green #3B411B

Color information

#3B411B (or 0x3B411B) is unknown color: approx Turtle Green. HEX triplet: 3B, 41 and 1B. RGB value is (59,65,27). Sum of RGB (Red+Green+Blue) = 59+65+27=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #3B411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B411B is #C4BEE4. Grayscale: #3B3B3B. Windows color (decimal): -12893925 or 1786171. OLE color: 1786171.

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

Color convert

RGB596527-
CMYK0.0900.580.75
HSL69.47º41.3%18.04%-
HSV(B)69.47º58.46%25.49%-
XYZ3.894.791.76-
YUV58.87110.01128.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=39.07%
G=43.05%
B=17.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965270.0900.580.7569.4741.318.04
Hex3B411B903A4B452912
Octal7310133110721131055122
Binary111011100000111011100101110101001011100010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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