Html Css Color HEX #494C2F Waiouru

📋 copy color: '#494C2F'

red 73 ◦ green 76 ◦ blue 47

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

Shades of Waiouru #494C2F

Tints of Waiouru #494C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.98%

R = 37.24%
G = 38.78%
B = 23.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#494C2F (or 0x494C2F) is known color: Waiouru. HEX triplet: 49, 4C and 2F. RGB value is (73,76,47). Sum of RGB (Red+Green+Blue) = 73+76+47=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #494C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C2F is #B6B3D0. Grayscale: #474747. Windows color (decimal): -11973585 or 3099721. OLE color: 3099721.

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

Color convert

RGB 73 76 47 -
CMYK 0.04 0 0.38 0.70
HSL 66.21º 0.24% 0.24% -
HSV(B) 66.21º 0.38% 0.3% -
XYZ 5.85 6.79 3.69 -
YUV 71.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 73 76 47 0.04 0 0.38 0.70 66.21 0.24 0.24
Hex 49 4C 2F 4 0 26 46 42 18 18
Octal 111 114 57 4 0 46 106 102 30 30
Binary 1001001 1001100 101111 100 0 100110 1000110 1000010 11000 11000

Color Harmonies of #494C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C2F

Black with #494C2F

Text Example


Text Example

White with #494C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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