Html Css Color HEX #494C30 Waiouru

📋 copy color: '#494C30'

red 73 ◦ green 76 ◦ blue 48

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

Shades of Waiouru #494C30

Tints of Waiouru #494C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.37%

R = 37.06%
G = 38.58%
B = 24.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#494C30 (or 0x494C30) is known color: Waiouru. HEX triplet: 49, 4C and 30. RGB value is (73,76,48). Sum of RGB (Red+Green+Blue) = 73+76+48=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #494C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C30 is #B6B3CF. Grayscale: #484848. Windows color (decimal): -11973584 or 3165257. OLE color: 3165257.

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

Color convert

RGB 73 76 48 -
CMYK 0.04 0 0.37 0.70
HSL 66.43º 0.23% 0.24% -
HSV(B) 66.43º 0.37% 0.3% -
XYZ 5.87 6.8 3.8 -
YUV 71.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 73 76 48 0.04 0 0.37 0.70 66.43 0.23 0.24
Hex 49 4C 30 4 0 25 46 42 17 18
Octal 111 114 60 4 0 45 106 102 27 30
Binary 1001001 1001100 110000 100 0 100101 1000110 1000010 10111 11000

Color Harmonies of #494C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C30

Black with #494C30

Text Example


Text Example

White with #494C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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