#505126

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

Shades of Waiouru #505126

Tints of Waiouru #505126

Color information

#505126 (or 0x505126) is unknown color: approx Waiouru. HEX triplet: 50, 51 and 26. RGB value is (80,81,38). Sum of RGB (Red+Green+Blue) = 80+81+38=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #505126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505126 is #AFAED9. Grayscale: #4B4B4B. Windows color (decimal): -11513562 or 2511184. OLE color: 2511184.

HSL color Cylindrical-coordinate representation of color #505126: hue angle of 61.4º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #505126 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB808138-
CMYK0.0100.530.68
HSL61.4º36.13%23.33%-
HSV(B)61.4º53.09%31.76%-
XYZ6.67.732.98-
YUV75.8106.67131-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=40.20%
G=40.70%
B=19.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081380.0100.530.6861.436.1323.33
Hex5051261035443d2417
Octal120121461065104754427
Binary1010000101000110011010110101100010011110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505126; }

 p { color: rgb(80,81,38); }

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

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

 a { background-color: rgb(80,81,38); }

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

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

 span { border-color: rgb(80,81,38); }

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