#4C635F

Color #4C635F Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #4C635F

Tints of Stromboli #4C635F

Color information

#4C635F (or 0x4C635F) is unknown color: approx Stromboli. HEX triplet: 4C, 63 and 5F. RGB value is (76,99,95). Sum of RGB (Red+Green+Blue) = 76+99+95=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 99 - color contains mainly: green. Hex color #4C635F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C635F is #B39CA0. Grayscale: #5B5B5B. Windows color (decimal): -11771041 or 6251340. OLE color: 6251340.

HSL color Cylindrical-coordinate representation of color #4C635F: hue angle of 169.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C635F is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB769995-
CMYK0.2300.040.61
HSL169.57º13.14%34.31%-
HSV(B)169.57º23.23%38.82%-
XYZ9.5111.2912.5-
YUV91.67129.88116.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=28.15%
G=36.67%
B=35.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7699950.2300.040.61169.5713.1434.31
Hex4C635F17043Daad22
Octal1141431372704752521542
Binary100110011000111011111101110100111101101010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C635F; }

 p { color: rgb(76,99,95); }

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

<style>
 a { background-color: #4C635F; }

 a { background-color: rgb(76,99,95); }

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

<style>
 span { border-color: #4C635F; }

 span { border-color: rgb(76,99,95); }

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