Html Css Color HEX #474928 Waiouru

📋 copy color: '#474928'

red 71 ◦ green 73 ◦ blue 40

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

Shades of Waiouru #474928

Tints of Waiouru #474928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 38.59%
G = 39.67%
B = 21.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#474928 (or 0x474928) is known color: Waiouru. HEX triplet: 47, 49 and 28. RGB value is (71,73,40). Sum of RGB (Red+Green+Blue) = 71+73+40=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #474928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474928 is #B8B6D7. Grayscale: #444444. Windows color (decimal): -12105432 or 2640199. OLE color: 2640199.

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

Color convert

RGB 71 73 40 -
CMYK 0.03 0 0.45 0.71
HSL 63.64º 0.29% 0.22% -
HSV(B) 63.64º 0.45% 0.29% -
XYZ 5.36 6.26 2.93 -
YUV 68.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 71 73 40 0.03 0 0.45 0.71 63.64 0.29 0.22
Hex 47 49 28 3 0 2D 47 40 1D 16
Octal 107 111 50 3 0 55 107 100 35 26
Binary 1000111 1001001 101000 11 0 101101 1000111 1000000 11101 10110

Color Harmonies of #474928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474928

Black with #474928

Text Example


Text Example

White with #474928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474928; }

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

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

background-color css

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

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

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

border-color css

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

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

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