#3C4117

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

Shades of Turtle Green #3C4117

Tints of Turtle Green #3C4117

Color information

#3C4117 (or 0x3C4117) is unknown color: approx Turtle Green. HEX triplet: 3C, 41 and 17. RGB value is (60,65,23). Sum of RGB (Red+Green+Blue) = 60+65+23=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #3C4117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4117 is #C3BEE8. Grayscale: #3A3A3A. Windows color (decimal): -12828393 or 1524028. OLE color: 1524028.

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

Color convert

RGB606523-
CMYK0.0800.650.75
HSL67.14º47.73%17.25%-
HSV(B)67.14º64.62%25.49%-
XYZ3.914.81.53-
YUV58.72107.84128.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 65 (25.78% from 255) = 43.92%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=40.54%
G=43.92%
B=15.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065230.0800.650.7567.1447.7317.25
Hex3C411780414B433011
Octal74101271001011131036021
Binary1111001000001101111000010000011001011100001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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