#464926

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

Shades of Waiouru #464926

Tints of Waiouru #464926

Color information

#464926 (or 0x464926) is unknown color: approx Waiouru. HEX triplet: 46, 49 and 26. RGB value is (70,73,38). Sum of RGB (Red+Green+Blue) = 70+73+38=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #464926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464926 is #B9B6D9. Grayscale: #444444. Windows color (decimal): -12170970 or 2509126. OLE color: 2509126.

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

Color convert

RGB707338-
CMYK0.0400.480.71
HSL65.14º31.53%21.76%-
HSV(B)65.14º47.95%28.63%-
XYZ5.266.212.75-
YUV68.11111.01129.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=38.67%
G=40.33%
B=20.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073380.0400.480.7165.1431.5321.76
Hex464926403047412016
Octal1061114640601071014026
Binary1000110100100110011010001100001000111100000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464926; }

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

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

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

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

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

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

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

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