#3C3E3D

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

Shades of Celtic #3C3E3D

Tints of Celtic #3C3E3D

Color information

#3C3E3D (or 0x3C3E3D) is unknown color: approx Celtic. HEX triplet: 3C, 3E and 3D. RGB value is (60,62,61). Sum of RGB (Red+Green+Blue) = 60+62+61=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E3D is #C3C1C2. Grayscale: #3D3D3D. Windows color (decimal): -12829123 or 4013628. OLE color: 4013628.

HSL color Cylindrical-coordinate representation of color #3C3E3D: hue angle of 150º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3C3E3D is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB606261-
CMYK0.0300.020.76
HSL150º1.64%23.92%-
HSV(B)150º3.23%24.31%-
XYZ4.434.745.1-
YUV61.29127.84127.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 61 (24.22% from 255) = 33.33%
R=32.79%
G=33.88%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6062610.0300.020.761501.6423.92
Hex3C3E3D3024C96218
Octal747675302114226230
Binary111100111110111101110101001100100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,62,61); }

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

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

 a { background-color: rgb(60,62,61); }

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

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

 span { border-color: rgb(60,62,61); }

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