#454730

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

Shades of Waiouru #454730

Tints of Waiouru #454730

Color information

#454730 (or 0x454730) is unknown color: approx Waiouru. HEX triplet: 45, 47 and 30. RGB value is (69,71,48). Sum of RGB (Red+Green+Blue) = 69+71+48=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #454730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454730 is #BAB8CF. Grayscale: #434343. Windows color (decimal): -12237008 or 3163973. OLE color: 3163973.

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

Color convert

RGB697148-
CMYK0.0300.320.72
HSL65.22º19.33%23.33%-
HSV(B)65.22º32.39%27.84%-
XYZ5.245.993.68-
YUV67.78116.84128.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=36.70%
G=37.77%
B=25.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971480.0300.320.7265.2219.3323.33
Hex454730302048411317
Octal1051076030401101012327
Binary10001011000111110000110100000100100010000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454730; }

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

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

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

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

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

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

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

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