#484926

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

Shades of Waiouru #484926

Tints of Waiouru #484926

Color information

#484926 (or 0x484926) is unknown color: approx Waiouru. HEX triplet: 48, 49 and 26. RGB value is (72,73,38). Sum of RGB (Red+Green+Blue) = 72+73+38=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #484926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484926 is #B7B6D9. Grayscale: #444444. Windows color (decimal): -12039898 or 2509128. OLE color: 2509128.

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

Color convert

RGB727338-
CMYK0.0100.480.71
HSL61.71º31.53%21.76%-
HSV(B)61.71º47.95%28.63%-
XYZ5.46.282.76-
YUV68.71110.67130.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=39.34%
G=39.89%
B=20.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273380.0100.480.7161.7131.5321.76
Hex4849261030473e2016
Octal110111461060107764026
Binary1001000100100110011010110000100011111111010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484926; }

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

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

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

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

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

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

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

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