#484934

Color #484934 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #484934

Tints of Waiouru #484934

Color information

#484934 (or 0x484934) is unknown color: approx Waiouru. HEX triplet: 48, 49 and 34. RGB value is (72,73,52). Sum of RGB (Red+Green+Blue) = 72+73+52=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #484934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484934 is #B7B6CB. Grayscale: #464646. Windows color (decimal): -12039884 or 3426632. OLE color: 3426632.

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

Color convert

RGB727352-
CMYK0.0100.290.71
HSL62.86º16.8%24.51%-
HSV(B)62.86º28.77%28.63%-
XYZ5.676.394.18-
YUV70.31117.67129.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=36.55%
G=37.06%
B=26.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273520.0100.290.7162.8616.824.51
Hex484934101D473f1119
Octal110111641035107772131
Binary10010001001001110100101110110001111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484934; }

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

 H1.HeaderClassName
 {
   color: #484934;
 }
 .AnyTagClassName
 {
   color: #484934;
 }
</style>
background-color css

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

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

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

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

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

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