Html Css Color HEX #494F2E Waiouru

📋 copy color: '#494F2E'

red 73 ◦ green 79 ◦ blue 46

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

Shades of Waiouru #494F2E

Tints of Waiouru #494F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 36.87%
G = 39.9%
B = 23.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#494F2E (or 0x494F2E) is known color: Waiouru. HEX triplet: 49, 4F and 2E. RGB value is (73,79,46). Sum of RGB (Red+Green+Blue) = 73+79+46=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #494F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F2E is #B6B0D1. Grayscale: #494949. Windows color (decimal): -11972818 or 3034953. OLE color: 3034953.

HSL color Cylindrical-coordinate representation of color #494F2E: hue angle of 70.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #494F2E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 79 46 -
CMYK 0.08 0 0.42 0.69
HSL 70.91º 0.26% 0.25% -
HSV(B) 70.91º 0.42% 0.31% -
XYZ 6.04 7.21 3.66 -
YUV 73.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 73 79 46 0.08 0 0.42 0.69 70.91 0.26 0.25
Hex 49 4F 2E 8 0 2A 45 47 1A 19
Octal 111 117 56 10 0 52 105 107 32 31
Binary 1001001 1001111 101110 1000 0 101010 1000101 1000111 11010 11001

Color Harmonies of #494F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F2E

Black with #494F2E

Text Example


Text Example

White with #494F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,46); }

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

background-color css

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

 a { background-color: rgb(73,79,46); }

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

border-color css

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

 span { border-color: rgb(73,79,46); }

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