#3C461F

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

Shades of Turtle Green #3C461F

Tints of Turtle Green #3C461F

Color information

#3C461F (or 0x3C461F) is unknown color: approx Turtle Green. HEX triplet: 3C, 46 and 1F. RGB value is (60,70,31). Sum of RGB (Red+Green+Blue) = 60+70+31=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #3C461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C461F is #C3B9E0. Grayscale: #3E3E3E. Windows color (decimal): -12827105 or 2049596. OLE color: 2049596.

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

Color convert

RGB607031-
CMYK0.1400.560.73
HSL75.38º38.61%19.8%-
HSV(B)75.38º55.71%27.45%-
XYZ4.35.442.12-
YUV62.56110.19126.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=37.27%
G=43.48%
B=19.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070310.1400.560.7375.3838.6119.8
Hex3C461FE038494b2714
Octal7410637160701111134724
Binary111100100011011111111001110001001001100101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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