#3C480C

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

Shades of Turtle Green #3C480C

Tints of Turtle Green #3C480C

Color information

#3C480C (or 0x3C480C) is unknown color: approx Turtle Green. HEX triplet: 3C, 48 and 0C. RGB value is (60,72,12). Sum of RGB (Red+Green+Blue) = 60+72+12=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #3C480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C480C is #C3B7F3. Grayscale: #3D3D3D. Windows color (decimal): -12826612 or 804924. OLE color: 804924.

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

Color convert

RGB607212-
CMYK0.1700.830.72
HSL72º71.43%16.47%-
HSV(B)72º83.33%28.24%-
XYZ4.255.621.21-
YUV61.57100.02126.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.67%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 8.33%
R=41.67%
G=50%
B=8.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6072120.1700.830.727271.4316.47
Hex3C48C1105348484710
Octal741101421012311011010720
Binary11110010010001100100010101001110010001001000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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