#494C30

Color #494C30 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #494C30

Tints of Waiouru #494C30

Color information

#494C30 (or 0x494C30) is unknown color: approx Waiouru. HEX triplet: 49, 4C and 30. RGB value is (73,76,48). Sum of RGB (Red+Green+Blue) = 73+76+48=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #494C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C30 is #B6B3CF. Grayscale: #484848. Windows color (decimal): -11973584 or 3165257. OLE color: 3165257.

HSL color Cylindrical-coordinate representation of color #494C30: hue angle of 66.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494C30 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB737648-
CMYK0.0400.370.70
HSL66.43º22.58%24.31%-
HSV(B)66.43º36.84%29.8%-
XYZ5.876.83.8-
YUV71.91114.51128.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 76 (30.08% from 255) = 38.58%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=37.06%
G=38.58%
B=24.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7376480.0400.370.7066.4322.5824.31
Hex494C30402546421718
Octal1111146040451061022730
Binary100100110011001100001000100101100011010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C30; }

 p { color: rgb(73,76,48); }

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

<style>
 a { background-color: #494C30; }

 a { background-color: rgb(73,76,48); }

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

<style>
 span { border-color: #494C30; }

 span { border-color: rgb(73,76,48); }

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