#464828

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

Shades of Waiouru #464828

Tints of Waiouru #464828

Color information

#464828 (or 0x464828) is unknown color: approx Waiouru. HEX triplet: 46, 48 and 28. RGB value is (70,72,40). Sum of RGB (Red+Green+Blue) = 70+72+40=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #464828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464828 is #B9B7D7. Grayscale: #434343. Windows color (decimal): -12171224 or 2639942. OLE color: 2639942.

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

Color convert

RGB707240-
CMYK0.0300.440.72
HSL63.75º28.57%21.96%-
HSV(B)63.75º44.44%28.24%-
XYZ5.236.092.91-
YUV67.75112.34129.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=38.46%
G=39.56%
B=21.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072400.0300.440.7263.7528.5721.96
Hex464828302C48401d16
Octal1061105030541101003526
Binary10001101001000101000110101100100100010000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464828; }

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

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

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

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

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

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

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

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