#515334

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

Shades of Waiouru #515334

Tints of Waiouru #515334

Color information

#515334 (or 0x515334) is unknown color: approx Waiouru. HEX triplet: 51, 53 and 34. RGB value is (81,83,52). Sum of RGB (Red+Green+Blue) = 81+83+52=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 83 - color contains mainly: green. Hex color #515334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515334 is #AEACCB. Grayscale: #4E4E4E. Windows color (decimal): -11447500 or 3429201. OLE color: 3429201.

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

Color convert

RGB818352-
CMYK0.0200.370.67
HSL63.87º22.96%26.47%-
HSV(B)63.87º37.35%32.55%-
XYZ7.118.184.45-
YUV78.87112.84129.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=37.5%
G=38.43%
B=24.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183520.0200.370.6763.8722.9626.47
Hex51533420254340171a
Octal1211236420451031002732
Binary10100011010011110100100100101100001110000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515334; }

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

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

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

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

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

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

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

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