Html Css Color HEX #474828 Waiouru

📋 copy color: '#474828'

red 71 ◦ green 72 ◦ blue 40

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

Shades of Waiouru #474828

Tints of Waiouru #474828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 38.8%
G = 39.34%
B = 21.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#474828 (or 0x474828) is known color: Waiouru. HEX triplet: 47, 48 and 28. RGB value is (71,72,40). Sum of RGB (Red+Green+Blue) = 71+72+40=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 72 - color contains mainly: green. Hex color #474828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474828 is #B8B7D7. Grayscale: #444444. Windows color (decimal): -12105688 or 2639943. OLE color: 2639943.

HSL color Cylindrical-coordinate representation of color #474828: hue angle of 61.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474828 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 40 -
CMYK 0.01 0 0.44 0.72
HSL 61.88º 0.29% 0.22% -
HSV(B) 61.88º 0.44% 0.28% -
XYZ 5.3 6.13 2.91 -
YUV 68.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 71 72 40 0.01 0 0.44 0.72 61.88 0.29 0.22
Hex 47 48 28 1 0 2C 48 3E 1D 16
Octal 107 110 50 1 0 54 110 76 35 26
Binary 1000111 1001000 101000 1 0 101100 1001000 111110 11101 10110

Color Harmonies of #474828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474828

Black with #474828

Text Example


Text Example

White with #474828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474828; }

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

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

background-color css

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

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

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

border-color css

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

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

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