#454828

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

Shades of Waiouru #454828

Tints of Waiouru #454828

Color information

#454828 (or 0x454828) is unknown color: approx Waiouru. HEX triplet: 45, 48 and 28. RGB value is (69,72,40). Sum of RGB (Red+Green+Blue) = 69+72+40=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #454828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454828 is #BAB7D7. Grayscale: #434343. Windows color (decimal): -12236760 or 2639941. OLE color: 2639941.

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

Color convert

RGB697240-
CMYK0.0400.440.72
HSL65.62º28.57%21.96%-
HSV(B)65.62º44.44%28.24%-
XYZ5.156.052.9-
YUV67.46112.51129.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=38.12%
G=39.78%
B=22.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972400.0400.440.7265.6228.5721.96
Hex454828402C48421d16
Octal1051105040541101023526
Binary100010110010001010001000101100100100010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454828; }

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

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

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

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

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

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

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

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