#3C490F

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

Shades of Turtle Green #3C490F

Tints of Turtle Green #3C490F

Color information

#3C490F (or 0x3C490F) is unknown color: approx Turtle Green. HEX triplet: 3C, 49 and 0F. RGB value is (60,73,15). Sum of RGB (Red+Green+Blue) = 60+73+15=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #3C490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C490F is #C3B6F0. Grayscale: #3E3E3E. Windows color (decimal): -12826353 or 1001788. OLE color: 1001788.

HSL color Cylindrical-coordinate representation of color #3C490F: hue angle of 73.45º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C490F is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB607315-
CMYK0.1800.790.71
HSL73.45º65.91%17.25%-
HSV(B)73.45º79.45%28.63%-
XYZ4.335.761.34-
YUV62.5101.19126.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.54%
GREEN value IS 73 (28.91% from 255) = 49.32%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=40.54%
G=49.32%
B=10.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6073150.1800.790.7173.4565.9117.25
Hex3C49F1204F47494211
Octal741111722011710711110221
Binary11110010010011111100100100111110001111001001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,15); }

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

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

 a { background-color: rgb(60,73,15); }

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

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

 span { border-color: rgb(60,73,15); }

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