#454728

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

Shades of Waiouru #454728

Tints of Waiouru #454728

Color information

#454728 (or 0x454728) is unknown color: approx Waiouru. HEX triplet: 45, 47 and 28. RGB value is (69,71,40). Sum of RGB (Red+Green+Blue) = 69+71+40=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 71 - color contains mainly: green. Hex color #454728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454728 is #BAB8D7. Grayscale: #424242. Windows color (decimal): -12237016 or 2639685. OLE color: 2639685.

HSL color Cylindrical-coordinate representation of color #454728: hue angle of 63.87º degrees, saturation: 0.28, 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 #454728 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB697140-
CMYK0.0300.440.72
HSL63.87º27.93%21.76%-
HSV(B)63.87º43.66%27.84%-
XYZ5.095.922.88-
YUV66.87112.84129.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=38.33%
G=39.44%
B=22.22%

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
Decimal6971400.0300.440.7263.8727.9321.76
Hex454728302C48401c16
Octal1051075030541101003426
Binary10001011000111101000110101100100100010000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454728; }

 p { color: rgb(69,71,40); }

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

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

 a { background-color: rgb(69,71,40); }

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

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

 span { border-color: rgb(69,71,40); }

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