#3C3F12

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

Shades of Turtle Green #3C3F12

Tints of Turtle Green #3C3F12

Color information

#3C3F12 (or 0x3C3F12) is unknown color: approx Turtle Green. HEX triplet: 3C, 3F and 12. RGB value is (60,63,18). Sum of RGB (Red+Green+Blue) = 60+63+18=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F12 is #C3C0ED. Grayscale: #393939. Windows color (decimal): -12828910 or 1195836. OLE color: 1195836.

HSL color Cylindrical-coordinate representation of color #3C3F12: hue angle of 64º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C3F12 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB606318-
CMYK0.0500.710.75
HSL64º55.56%15.88%-
HSV(B)64º71.43%24.71%-
XYZ3.754.561.25-
YUV56.97106.01130.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.55%
GREEN value IS 63 (25% from 255) = 44.68%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=42.55%
G=44.68%
B=12.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6063180.0500.710.756455.5615.88
Hex3C3F1250474B403810
Octal747722501071131007020
Binary11110011111110010101010001111001011100000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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