#36464C

Color #36464C Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #36464C

Tints of Big Stone #36464C

Color information

#36464C (or 0x36464C) is unknown color: approx Big Stone. HEX triplet: 36, 46 and 4C. RGB value is (54,70,76). Sum of RGB (Red+Green+Blue) = 54+70+76=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #36464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36464C is #C9B9B3. Grayscale: #414141. Windows color (decimal): -13220276 or 4998710. OLE color: 4998710.

HSL color Cylindrical-coordinate representation of color #36464C: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36464C is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB547076-
CMYK0.290.0800.70
HSL196.36º16.92%25.49%-
HSV(B)196.36º28.95%29.8%-
XYZ5.025.697.67-
YUV65.9133.7119.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 76 (30.08% from 255) = 38%
R=27%
G=35%
B=38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5470760.290.0800.70196.3616.9225.49
Hex36464C1D8046c41119
Octal66106114351001063042131
Binary1101101000110100110011101100001000110110001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36464C; }

 p { color: rgb(54,70,76); }

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

<style>
 a { background-color: #36464C; }

 a { background-color: rgb(54,70,76); }

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

<style>
 span { border-color: #36464C; }

 span { border-color: rgb(54,70,76); }

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