#3C3F15

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

Shades of Turtle Green #3C3F15

Tints of Turtle Green #3C3F15

Color information

#3C3F15 (or 0x3C3F15) is unknown color: approx Turtle Green. HEX triplet: 3C, 3F and 15. RGB value is (60,63,21). Sum of RGB (Red+Green+Blue) = 60+63+21=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3F15 is #C3C0EA. Grayscale: #393939. Windows color (decimal): -12828907 or 1392444. OLE color: 1392444.

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

Color convert

RGB606321-
CMYK0.0500.670.75
HSL64.29º50%16.47%-
HSV(B)64.29º66.67%24.71%-
XYZ3.784.571.39-
YUV57.31107.51129.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=41.67%
G=43.75%
B=14.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6063210.0500.670.7564.295016.47
Hex3C3F1550434B403210
Octal747725501031131006220
Binary11110011111110101101010000111001011100000011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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