#515336

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

Shades of Waiouru #515336

Tints of Waiouru #515336

Color information

#515336 (or 0x515336) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 36. RGB value is (81,83,54). Sum of RGB (Red+Green+Blue) = 81+83+54=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #515336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515336 is #AEACC9. Grayscale: #4F4F4F. Windows color (decimal): -11447498 or 3560273. OLE color: 3560273.

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

Color convert

RGB818354-
CMYK0.0200.350.67
HSL64.14º21.17%26.86%-
HSV(B)64.14º34.94%32.55%-
XYZ7.158.24.7-
YUV79.1113.84129.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=37.16%
G=38.07%
B=24.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183540.0200.350.6764.1421.1726.86
Hex51533620234340151b
Octal1211236620431031002533
Binary10100011010011110110100100011100001110000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515336; }

 p { color: rgb(81,83,54); }

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

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

 a { background-color: rgb(81,83,54); }

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

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

 span { border-color: rgb(81,83,54); }

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