#464825

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

Shades of Waiouru #464825

Tints of Waiouru #464825

Color information

#464825 (or 0x464825) is unknown color: approx Waiouru. HEX triplet: 46, 48 and 25. RGB value is (70,72,37). Sum of RGB (Red+Green+Blue) = 70+72+37=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #464825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464825 is #B9B7DA. Grayscale: #434343. Windows color (decimal): -12171227 or 2443334. OLE color: 2443334.

HSL color Cylindrical-coordinate representation of color #464825: hue angle of 63.43º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464825 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB707237-
CMYK0.0300.490.72
HSL63.43º32.11%21.37%-
HSV(B)63.43º48.61%28.24%-
XYZ5.186.072.65-
YUV67.41110.84129.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=39.11%
G=40.22%
B=20.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072370.0300.490.7263.4332.1121.37
Hex4648253031483f2015
Octal106110453061110774025
Binary10001101001000100101110110001100100011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464825; }

 p { color: rgb(70,72,37); }

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

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

 a { background-color: rgb(70,72,37); }

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

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

 span { border-color: rgb(70,72,37); }

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