#3C480D

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

Shades of Turtle Green #3C480D

Tints of Turtle Green #3C480D

Color information

#3C480D (or 0x3C480D) is unknown color: approx Turtle Green. HEX triplet: 3C, 48 and 0D. RGB value is (60,72,13). Sum of RGB (Red+Green+Blue) = 60+72+13=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #3C480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C480D is #C3B7F2. Grayscale: #3D3D3D. Windows color (decimal): -12826611 or 870460. OLE color: 870460.

HSL color Cylindrical-coordinate representation of color #3C480D: hue angle of 72.2º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C480D is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB607213-
CMYK0.1700.820.72
HSL72.2º69.41%16.67%-
HSV(B)72.2º81.94%28.24%-
XYZ4.255.621.24-
YUV61.69100.52126.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 13 (5.47% from 255) = 8.97%
R=41.38%
G=49.66%
B=8.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072130.1700.820.7272.269.4116.67
Hex3C48D1105248484511
Octal741101521012211011010521
Binary11110010010001101100010101001010010001001000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,13); }

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

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

 a { background-color: rgb(60,72,13); }

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

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

 span { border-color: rgb(60,72,13); }

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