#454726

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

Shades of Waiouru #454726

Tints of Waiouru #454726

Color information

#454726 (or 0x454726) is unknown color: approx Waiouru. HEX triplet: 45, 47 and 26. RGB value is (69,71,38). Sum of RGB (Red+Green+Blue) = 69+71+38=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #454726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454726 is #BAB8D9. Grayscale: #424242. Windows color (decimal): -12237018 or 2508613. OLE color: 2508613.

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

Color convert

RGB697138-
CMYK0.0300.460.72
HSL63.64º30.28%21.37%-
HSV(B)63.64º46.48%27.84%-
XYZ5.065.912.71-
YUV66.64111.84129.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.76%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=38.76%
G=39.89%
B=21.35%

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
Decimal6971380.0300.460.7263.6430.2821.37
Hex454726302E48401e15
Octal1051074630561101003625
Binary10001011000111100110110101110100100010000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454726; }

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

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

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

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

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

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

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

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