#464827

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

Shades of Waiouru #464827

Tints of Waiouru #464827

Color information

#464827 (or 0x464827) is unknown color: approx Waiouru. HEX triplet: 46, 48 and 27. RGB value is (70,72,39). Sum of RGB (Red+Green+Blue) = 70+72+39=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #464827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464827 is #B9B7D8. Grayscale: #434343. Windows color (decimal): -12171225 or 2574406. OLE color: 2574406.

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

Color convert

RGB707239-
CMYK0.0300.460.72
HSL63.64º29.73%21.76%-
HSV(B)63.64º45.83%28.24%-
XYZ5.216.082.82-
YUV67.64111.84129.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=38.67%
G=39.78%
B=21.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072390.0300.460.7263.6429.7321.76
Hex464827302E48401e16
Octal1061104730561101003626
Binary10001101001000100111110101110100100010000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464827; }

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

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

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

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

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

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

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

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