#3C460D

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

Shades of Turtle Green #3C460D

Tints of Turtle Green #3C460D

Color information

#3C460D (or 0x3C460D) is unknown color: approx Turtle Green. HEX triplet: 3C, 46 and 0D. RGB value is (60,70,13). Sum of RGB (Red+Green+Blue) = 60+70+13=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #3C460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C460D is #C3B9F2. Grayscale: #3C3C3C. Windows color (decimal): -12827123 or 869948. OLE color: 869948.

HSL color Cylindrical-coordinate representation of color #3C460D: hue angle of 70.53º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C460D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB607013-
CMYK0.1400.810.73
HSL70.53º68.67%16.27%-
HSV(B)70.53º81.43%27.45%-
XYZ4.135.371.2-
YUV60.51101.19127.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=41.96%
G=48.95%
B=9.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070130.1400.810.7370.5368.6716.27
Hex3C46DE05149474510
Octal741061516012111110710520
Binary1111001000110110111100101000110010011000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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