#515235

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

Shades of Waiouru #515235

Tints of Waiouru #515235

Color information

#515235 (or 0x515235) is unknown color: approx Waiouru. HEX triplet: 51, 52 and 35. RGB value is (81,82,53). Sum of RGB (Red+Green+Blue) = 81+82+53=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #515235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515235 is #AEADCA. Grayscale: #4E4E4E. Windows color (decimal): -11447755 or 3494481. OLE color: 3494481.

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

Color convert

RGB818253-
CMYK0.0100.350.68
HSL62.07º21.48%26.47%-
HSV(B)62.07º35.37%32.16%-
XYZ7.058.044.55-
YUV78.4113.67129.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=37.5%
G=37.96%
B=24.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8182530.0100.350.6862.0721.4826.47
Hex5152351023443e151a
Octal121122651043104762532
Binary101000110100101101011010001110001001111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515235; }

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

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

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

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

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

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

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

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