#515229

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

Shades of Waiouru #515229

Tints of Waiouru #515229

Color information

#515229 (or 0x515229) is unknown color: approx Waiouru. HEX triplet: 51, 52 and 29. RGB value is (81,82,41). Sum of RGB (Red+Green+Blue) = 81+82+41=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #515229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515229 is #AEADD6. Grayscale: #4D4D4D. Windows color (decimal): -11447767 or 2708049. OLE color: 2708049.

HSL color Cylindrical-coordinate representation of color #515229: hue angle of 61.46º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #515229 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB818241-
CMYK0.0100.500.68
HSL61.46º33.33%24.12%-
HSV(B)61.46º50%32.16%-
XYZ6.817.943.27-
YUV77.03107.67130.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 41 (16.41% from 255) = 20.10%
R=39.71%
G=40.20%
B=20.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182410.0100.500.6861.4633.3324.12
Hex5152291032443d2118
Octal121122511062104754130
Binary1010001101001010100110110010100010011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515229; }

 p { color: rgb(81,82,41); }

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

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

 a { background-color: rgb(81,82,41); }

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

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

 span { border-color: rgb(81,82,41); }

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