Html Css Color HEX #474824 Waiouru

📋 copy color: '#474824'

red 71 ◦ green 72 ◦ blue 36

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

Shades of Waiouru #474824

Tints of Waiouru #474824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.11%

R = 39.66%
G = 40.22%
B = 20.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.5

 K value IS 0.72

RGB Variations

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

Color information

#474824 (or 0x474824) is known color: Waiouru. HEX triplet: 47, 48 and 24. RGB value is (71,72,36). Sum of RGB (Red+Green+Blue) = 71+72+36=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 36 (14.45% from 255 or 20.11% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #474824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474824 is #B8B7DB. Grayscale: #434343. Windows color (decimal): -12105692 or 2377799. OLE color: 2377799.

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

Color convert

RGB 71 72 36 -
CMYK 0.01 0 0.5 0.72
HSL 61.67º 0.33% 0.21% -
HSV(B) 61.67º 0.5% 0.28% -
XYZ 5.23 6.1 2.57 -
YUV 67.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 71 72 36 0.01 0 0.5 0.72 61.67 0.33 0.21
Hex 47 48 24 1 0 32 48 3E 21 15
Octal 107 110 44 1 0 62 110 76 41 25
Binary 1000111 1001000 100100 1 0 110010 1001000 111110 100001 10101

Color Harmonies of #474824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474824

Black with #474824

Text Example


Text Example

White with #474824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474824; }

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

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

background-color css

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

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

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

border-color css

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

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

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