#505234

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

Shades of Waiouru #505234

Tints of Waiouru #505234

Color information

#505234 (or 0x505234) is unknown color: approx Waiouru. HEX triplet: 50, 52 and 34. RGB value is (80,82,52). Sum of RGB (Red+Green+Blue) = 80+82+52=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #505234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505234 is #AFADCB. Grayscale: #4E4E4E. Windows color (decimal): -11513292 or 3428944. OLE color: 3428944.

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

Color convert

RGB808252-
CMYK0.0200.370.68
HSL64º22.39%26.27%-
HSV(B)64º36.59%32.16%-
XYZ6.957.994.42-
YUV77.98113.34129.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.38%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=37.38%
G=38.32%
B=24.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082520.0200.370.686422.3926.27
Hex50523420254440161a
Octal1201226420451041002632
Binary10100001010010110100100100101100010010000001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505234; }

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

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

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

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

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

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

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

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