#505236

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

Shades of Waiouru #505236

Tints of Waiouru #505236

Color information

#505236 (or 0x505236) is unknown color: approx Waiouru. HEX triplet: 50, 52 and 36. RGB value is (80,82,54). Sum of RGB (Red+Green+Blue) = 80+82+54=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #505236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505236 is #AFADC9. Grayscale: #4E4E4E. Windows color (decimal): -11513290 or 3560016. OLE color: 3560016.

HSL color Cylindrical-coordinate representation of color #505236: hue angle of 64.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505236 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB808254-
CMYK0.0200.340.68
HSL64.29º20.59%26.67%-
HSV(B)64.29º34.15%32.16%-
XYZ6.998.014.67-
YUV78.21114.34129.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 54 (21.48% from 255) = 25%
R=37.04%
G=37.96%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082540.0200.340.6864.2920.5926.67
Hex50523620224440151b
Octal1201226620421041002533
Binary10100001010010110110100100010100010010000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505236; }

 p { color: rgb(80,82,54); }

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

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

 a { background-color: rgb(80,82,54); }

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

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

 span { border-color: rgb(80,82,54); }

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