#3B4510

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

Shades of Turtle Green #3B4510

Tints of Turtle Green #3B4510

Color information

#3B4510 (or 0x3B4510) is unknown color: approx Turtle Green. HEX triplet: 3B, 45 and 10. RGB value is (59,69,16). Sum of RGB (Red+Green+Blue) = 59+69+16=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4510 is #C4BAEF. Grayscale: #3C3C3C. Windows color (decimal): -12892912 or 1066299. OLE color: 1066299.

HSL color Cylindrical-coordinate representation of color #3B4510: hue angle of 71.32º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B4510 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB596916-
CMYK0.1400.770.73
HSL71.32º62.35%16.67%-
HSV(B)71.32º76.81%27.06%-
XYZ4.035.221.29-
YUV59.97103.19127.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.97%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=40.97%
G=47.92%
B=11.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5969160.1400.770.7371.3262.3516.67
Hex3B4510E04D49473e11
Octal73105201601151111077621
Binary1110111000101100001110010011011001001100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,69,16); }

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

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

 a { background-color: rgb(59,69,16); }

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

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

 span { border-color: rgb(59,69,16); }

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