#3C3B12

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

Shades of Turtle Green #3C3B12

Tints of Turtle Green #3C3B12

Color information

#3C3B12 (or 0x3C3B12) is unknown color: approx Turtle Green. HEX triplet: 3C, 3B and 12. RGB value is (60,59,18). Sum of RGB (Red+Green+Blue) = 60+59+18=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3B12 is #C3C4ED. Grayscale: #363636. Windows color (decimal): -12829934 or 1194812. OLE color: 1194812.

HSL color Cylindrical-coordinate representation of color #3C3B12: hue angle of 58.57º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C3B12 is Cyan = 0, Magento = 0.02, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB605918-
CMYK00.020.70.76
HSL58.57º53.85%15.29%-
HSV(B)58.57º70%23.53%-
XYZ3.544.131.18-
YUV54.62107.33131.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 59 (23.44% from 255) = 43.07%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=43.80%
G=43.07%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60591800.020.70.7658.5753.8515.29
Hex3C3B1202464C3b36f
Octal74732202106114736617
Binary11110011101110010010100011010011001110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,59,18); }

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

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

 a { background-color: rgb(60,59,18); }

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

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

 span { border-color: rgb(60,59,18); }

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