Html Css Color HEX #484930 Waiouru

📋 copy color: '#484930'

red 72 ◦ green 73 ◦ blue 48

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

Shades of Waiouru #484930

Tints of Waiouru #484930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.87%

R = 37.31%
G = 37.82%
B = 24.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#484930 (or 0x484930) is known color: Waiouru. HEX triplet: 48, 49 and 30. RGB value is (72,73,48). Sum of RGB (Red+Green+Blue) = 72+73+48=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #484930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484930 is #B7B6CF. Grayscale: #454545. Windows color (decimal): -12039888 or 3164488. OLE color: 3164488.

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

Color convert

RGB 72 73 48 -
CMYK 0.01 0 0.34 0.71
HSL 62.4º 0.21% 0.24% -
HSV(B) 62.4º 0.34% 0.29% -
XYZ 5.59 6.36 3.73 -
YUV 69.85 115.67 129.53 -
System Red Green Blue C M Y K H S L
Decimal 72 73 48 0.01 0 0.34 0.71 62.4 0.21 0.24
Hex 48 49 30 1 0 22 47 3E 15 18
Octal 110 111 60 1 0 42 107 76 25 30
Binary 1001000 1001001 110000 1 0 100010 1000111 111110 10101 11000

Color Harmonies of #484930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484930

Black with #484930

Text Example


Text Example

White with #484930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484930; }

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

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

background-color css

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

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

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

border-color css

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

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

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