Html Css Color HEX #474931 Waiouru

📋 copy color: '#474931'

red 71 ◦ green 73 ◦ blue 49

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

Shades of Waiouru #474931

Tints of Waiouru #474931

RGB

 RED value IS 71 (28.13% from 255) = 36.79%

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

 BLUE value IS 49 (19.53% from 255) = 25.39%

R = 36.79%
G = 37.82%
B = 25.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#474931 (or 0x474931) is known color: Waiouru. HEX triplet: 47, 49 and 31. RGB value is (71,73,49). Sum of RGB (Red+Green+Blue) = 71+73+49=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #474931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474931 is #B8B6CE. Grayscale: #454545. Windows color (decimal): -12105423 or 3230023. OLE color: 3230023.

HSL color Cylindrical-coordinate representation of color #474931: hue angle of 65º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474931 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 73 49 -
CMYK 0.03 0 0.33 0.71
HSL 65º 0.2% 0.24% -
HSV(B) 65º 0.33% 0.29% -
XYZ 5.54 6.33 3.84 -
YUV 69.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 71 73 49 0.03 0 0.33 0.71 65 0.2 0.24
Hex 47 49 31 3 0 21 47 41 14 18
Octal 107 111 61 3 0 41 107 101 24 30
Binary 1000111 1001001 110001 11 0 100001 1000111 1000001 10100 11000

Color Harmonies of #474931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474931

Black with #474931

Text Example


Text Example

White with #474931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474931; }

 p { color: rgb(71,73,49); }

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

background-color css

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

 a { background-color: rgb(71,73,49); }

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

border-color css

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

 span { border-color: rgb(71,73,49); }

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