#3C461B

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

Shades of Turtle Green #3C461B

Tints of Turtle Green #3C461B

Color information

#3C461B (or 0x3C461B) is unknown color: approx Turtle Green. HEX triplet: 3C, 46 and 1B. RGB value is (60,70,27). Sum of RGB (Red+Green+Blue) = 60+70+27=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #3C461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C461B is #C3B9E4. Grayscale: #3E3E3E. Windows color (decimal): -12827109 or 1787452. OLE color: 1787452.

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

Color convert

RGB607027-
CMYK0.1400.610.73
HSL73.95º44.33%19.02%-
HSV(B)73.95º61.43%27.45%-
XYZ4.255.421.86-
YUV62.11108.19126.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=38.22%
G=44.59%
B=17.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6070270.1400.610.7373.9544.3319.02
Hex3C461BE03D494a2c13
Octal7410633160751111125423
Binary111100100011011011111001111011001001100101010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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