Html Css Color HEX #494A38 Waiouru

📋 copy color: '#494A38'

red 73 ◦ green 74 ◦ blue 56

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

Shades of Waiouru #494A38

Tints of Waiouru #494A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 35.96%
G = 36.45%
B = 27.59%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#494A38 (or 0x494A38) is known color: Waiouru. HEX triplet: 49, 4A and 38. RGB value is (73,74,56). Sum of RGB (Red+Green+Blue) = 73+74+56=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 74 - color contains mainly: green. Hex color #494A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A38 is #B6B5C7. Grayscale: #474747. Windows color (decimal): -11974088 or 3689033. OLE color: 3689033.

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

Color convert

RGB 73 74 56 -
CMYK 0.01 0 0.24 0.71
HSL 63.33º 0.14% 0.25% -
HSV(B) 63.33º 0.24% 0.29% -
XYZ 5.91 6.6 4.7 -
YUV 71.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 73 74 56 0.01 0 0.24 0.71 63.33 0.14 0.25
Hex 49 4A 38 1 0 18 47 3F E 19
Octal 111 112 70 1 0 30 107 77 16 31
Binary 1001001 1001010 111000 1 0 11000 1000111 111111 1110 11001

Color Harmonies of #494A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A38

Black with #494A38

Text Example


Text Example

White with #494A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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