Html Css Color HEX #494A2C Waiouru

📋 copy color: '#494A2C'

red 73 ◦ green 74 ◦ blue 44

#494A2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #494A2C

Tints of Waiouru #494A2C

RGB

 RED value IS 73 (28.91% from 255) = 38.22%

 GREEN value IS 74 (29.3% from 255) = 38.74%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 38.22%
G = 38.74%
B = 23.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#494A2C (or 0x494A2C) is known color: Waiouru. HEX triplet: 49, 4A and 2C. RGB value is (73,74,44). Sum of RGB (Red+Green+Blue) = 73+74+44=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 74 - color contains mainly: green. Hex color #494A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A2C is #B6B5D3. Grayscale: #464646. Windows color (decimal): -11974100 or 2902601. OLE color: 2902601.

HSL color Cylindrical-coordinate representation of color #494A2C: hue angle of 62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494A2C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 74 44 -
CMYK 0.01 0 0.41 0.71
HSL 62º 0.25% 0.23% -
HSV(B) 62º 0.41% 0.29% -
XYZ 5.65 6.5 3.34 -
YUV 70.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 73 74 44 0.01 0 0.41 0.71 62 0.25 0.23
Hex 49 4A 2C 1 0 29 47 3E 19 17
Octal 111 112 54 1 0 51 107 76 31 27
Binary 1001001 1001010 101100 1 0 101001 1000111 111110 11001 10111

Color Harmonies of #494A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A2C

Black with #494A2C

Text Example


Text Example

White with #494A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,44); }

 H1.HeaderClassName
 {
   color: #494A2C;
 }
 .AnyTagClassName
 {
   color: #494A2C;
 }
</style>

background-color css

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

 a { background-color: rgb(73,74,44); }

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

border-color css

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

 span { border-color: rgb(73,74,44); }

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