#3B4316

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

Shades of Turtle Green #3B4316

Tints of Turtle Green #3B4316

Color information

#3B4316 (or 0x3B4316) is unknown color: approx Turtle Green. HEX triplet: 3B, 43 and 16. RGB value is (59,67,22). Sum of RGB (Red+Green+Blue) = 59+67+22=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4316 is #C4BCE9. Grayscale: #3B3B3B. Windows color (decimal): -12893418 or 1459003. OLE color: 1459003.

HSL color Cylindrical-coordinate representation of color #3B4316: hue angle of 70.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B4316 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB596722-
CMYK0.1200.670.74
HSL70.67º50.56%17.45%-
HSV(B)70.67º67.16%26.27%-
XYZ3.9651.52-
YUV59.48106.85127.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=39.86%
G=45.27%
B=14.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5967220.1200.670.7470.6750.5617.45
Hex3B4316C0434A473311
Octal73103261401031121076321
Binary1110111000011101101100010000111001010100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,67,22); }

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

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

 a { background-color: rgb(59,67,22); }

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

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

 span { border-color: rgb(59,67,22); }

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