#464928

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

Shades of Waiouru #464928

Tints of Waiouru #464928

Color information

#464928 (or 0x464928) is unknown color: approx Waiouru. HEX triplet: 46, 49 and 28. RGB value is (70,73,40). Sum of RGB (Red+Green+Blue) = 70+73+40=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 73 - color contains mainly: green. Hex color #464928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464928 is #B9B6D7. Grayscale: #444444. Windows color (decimal): -12170968 or 2640198. OLE color: 2640198.

HSL color Cylindrical-coordinate representation of color #464928: hue angle of 65.45º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #464928 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB707340-
CMYK0.0400.450.71
HSL65.45º29.2%22.16%-
HSV(B)65.45º45.21%28.63%-
XYZ5.296.222.93-
YUV68.34112.01129.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=38.25%
G=39.89%
B=21.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073400.0400.450.7165.4529.222.16
Hex464928402D47411d16
Octal1061115040551071013526
Binary100011010010011010001000101101100011110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464928; }

 p { color: rgb(70,73,40); }

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

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

 a { background-color: rgb(70,73,40); }

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

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

 span { border-color: rgb(70,73,40); }

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