#3C4121

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

Shades of Turtle Green #3C4121

Tints of Turtle Green #3C4121

Color information

#3C4121 (or 0x3C4121) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 21. RGB value is (60,65,33). Sum of RGB (Red+Green+Blue) = 60+65+33=158 (20% of max value = 765). Red value is 60 (23.83% from 255 or 37.97% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4121 is #C3BEDE. Grayscale: #3B3B3B. Windows color (decimal): -12828383 or 2179388. OLE color: 2179388.

HSL color Cylindrical-coordinate representation of color #3C4121: hue angle of 69.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4121 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB606533-
CMYK0.0800.490.75
HSL69.38º32.65%19.22%-
HSV(B)69.38º49.23%25.49%-
XYZ4.034.852.16-
YUV59.86112.84128.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.97%
GREEN value IS 65 (25.78% from 255) = 41.14%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=37.97%
G=41.14%
B=20.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065330.0800.490.7569.3832.6519.22
Hex3C412180314B452113
Octal7410141100611131054123
Binary1111001000001100001100001100011001011100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,33); }

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

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

 a { background-color: rgb(60,65,33); }

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

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

 span { border-color: rgb(60,65,33); }

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