Html Css Color HEX #484924 Waiouru

📋 copy color: '#484924'

red 72 ◦ green 73 ◦ blue 36

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

Shades of Waiouru #484924

Tints of Waiouru #484924

RGB

 RED value IS 72 (28.52% from 255) = 39.78%

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

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

R = 39.78%
G = 40.33%
B = 19.89%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#484924 (or 0x484924) is known color: Waiouru. HEX triplet: 48, 49 and 24. RGB value is (72,73,36). Sum of RGB (Red+Green+Blue) = 72+73+36=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #484924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484924 is #B7B6DB. Grayscale: #444444. Windows color (decimal): -12039900 or 2378056. OLE color: 2378056.

HSL color Cylindrical-coordinate representation of color #484924: hue angle of 61.62º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484924 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 73 36 -
CMYK 0.01 0 0.51 0.71
HSL 61.62º 0.34% 0.21% -
HSV(B) 61.62º 0.51% 0.29% -
XYZ 5.37 6.27 2.6 -
YUV 68.48 109.67 130.51 -
System Red Green Blue C M Y K H S L
Decimal 72 73 36 0.01 0 0.51 0.71 61.62 0.34 0.21
Hex 48 49 24 1 0 33 47 3E 22 15
Octal 110 111 44 1 0 63 107 76 42 25
Binary 1001000 1001001 100100 1 0 110011 1000111 111110 100010 10101

Color Harmonies of #484924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484924

Black with #484924

Text Example


Text Example

White with #484924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484924; }

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

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

background-color css

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

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

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

border-color css

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

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

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