#464735

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

Shades of Waiouru #464735

Tints of Waiouru #464735

Color information

#464735 (or 0x464735) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 35. RGB value is (70,71,53). Sum of RGB (Red+Green+Blue) = 70+71+53=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #464735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464735 is #B9B8CA. Grayscale: #444444. Windows color (decimal): -12171467 or 3491654. OLE color: 3491654.

HSL color Cylindrical-coordinate representation of color #464735: hue angle of 63.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #464735 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB707153-
CMYK0.0100.250.72
HSL63.33º14.52%24.31%-
HSV(B)63.33º25.35%27.84%-
XYZ5.426.074.25-
YUV68.65119.17128.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=36.08%
G=36.60%
B=27.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071530.0100.250.7263.3314.5224.31
Hex4647351019483ff18
Octal106107651031110771730
Binary1000110100011111010110110011001000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464735; }

 p { color: rgb(70,71,53); }

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

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

 a { background-color: rgb(70,71,53); }

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

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

 span { border-color: rgb(70,71,53); }

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