#464725

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

Shades of Waiouru #464725

Tints of Waiouru #464725

Color information

#464725 (or 0x464725) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 25. RGB value is (70,71,37). Sum of RGB (Red+Green+Blue) = 70+71+37=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #464725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464725 is #B9B8DA. Grayscale: #424242. Windows color (decimal): -12171483 or 2443078. OLE color: 2443078.

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

Color convert

RGB707137-
CMYK0.0100.480.72
HSL61.76º31.48%21.18%-
HSV(B)61.76º47.89%27.84%-
XYZ5.115.942.63-
YUV66.82111.17130.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=39.33%
G=39.89%
B=20.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071370.0100.480.7261.7631.4821.18
Hex4647251030483e1f15
Octal106107451060110763725
Binary100011010001111001011011000010010001111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464725; }

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

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

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

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

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

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

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

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