#3C4315

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

Shades of Turtle Green #3C4315

Tints of Turtle Green #3C4315

Color information

#3C4315 (or 0x3C4315) is unknown color: approx Turtle Green. HEX triplet: 3C, 43 and 15. RGB value is (60,67,21). Sum of RGB (Red+Green+Blue) = 60+67+21=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4315 is #C3BCEA. Grayscale: #3B3B3B. Windows color (decimal): -12827883 or 1393468. OLE color: 1393468.

HSL color Cylindrical-coordinate representation of color #3C4315: hue angle of 69.13º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C4315 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB606721-
CMYK0.1000.690.74
HSL69.13º52.27%17.25%-
HSV(B)69.13º68.66%26.27%-
XYZ4.015.031.47-
YUV59.66106.18128.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=40.54%
G=45.27%
B=14.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6067210.1000.690.7469.1352.2717.25
Hex3C4315A0454A453411
Octal74103251201051121056421
Binary1111001000011101011010010001011001010100010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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