Html Css Color HEX #494C2C Waiouru

📋 copy color: '#494C2C'

red 73 ◦ green 76 ◦ blue 44

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

Shades of Waiouru #494C2C

Tints of Waiouru #494C2C

RGB

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

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

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

R = 37.82%
G = 39.38%
B = 22.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#494C2C (or 0x494C2C) is known color: Waiouru. HEX triplet: 49, 4C and 2C. RGB value is (73,76,44). Sum of RGB (Red+Green+Blue) = 73+76+44=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #494C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C2C is #B6B3D3. Grayscale: #474747. Windows color (decimal): -11973588 or 2903113. OLE color: 2903113.

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

Color convert

RGB 73 76 44 -
CMYK 0.04 0 0.42 0.70
HSL 65.63º 0.27% 0.24% -
HSV(B) 65.63º 0.42% 0.3% -
XYZ 5.79 6.77 3.38 -
YUV 71.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 73 76 44 0.04 0 0.42 0.70 65.63 0.27 0.24
Hex 49 4C 2C 4 0 2A 46 42 1B 18
Octal 111 114 54 4 0 52 106 102 33 30
Binary 1001001 1001100 101100 100 0 101010 1000110 1000010 11011 11000

Color Harmonies of #494C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C2C

Black with #494C2C

Text Example


Text Example

White with #494C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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