Html Css Color HEX #494C2A Waiouru

📋 copy color: '#494C2A'

red 73 ◦ green 76 ◦ blue 42

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

Shades of Waiouru #494C2A

Tints of Waiouru #494C2A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 42 (16.8% from 255) = 21.99%

R = 38.22%
G = 39.79%
B = 21.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#494C2A (or 0x494C2A) is known color: Waiouru. HEX triplet: 49, 4C and 2A. RGB value is (73,76,42). Sum of RGB (Red+Green+Blue) = 73+76+42=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #494C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C2A is #B6B3D5. Grayscale: #474747. Windows color (decimal): -11973590 or 2772041. OLE color: 2772041.

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

Color convert

RGB 73 76 42 -
CMYK 0.04 0 0.45 0.70
HSL 65.29º 0.29% 0.23% -
HSV(B) 65.29º 0.45% 0.3% -
XYZ 5.75 6.75 3.19 -
YUV 71.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 73 76 42 0.04 0 0.45 0.70 65.29 0.29 0.23
Hex 49 4C 2A 4 0 2D 46 41 1D 17
Octal 111 114 52 4 0 55 106 101 35 27
Binary 1001001 1001100 101010 100 0 101101 1000110 1000001 11101 10111

Color Harmonies of #494C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C2A

Black with #494C2A

Text Example


Text Example

White with #494C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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