#454932

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

Shades of Scrub #454932

Tints of Scrub #454932

Color information

#454932 (or 0x454932) is unknown color: approx Scrub. HEX triplet: 45, 49 and 32. RGB value is (69,73,50). Sum of RGB (Red+Green+Blue) = 69+73+50=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #454932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454932 is #BAB6CD. Grayscale: #454545. Windows color (decimal): -12236494 or 3295557. OLE color: 3295557.

HSL color Cylindrical-coordinate representation of color #454932: hue angle of 70.43º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454932 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB697350-
CMYK0.0500.320.71
HSL70.43º18.7%24.12%-
HSV(B)70.43º31.51%28.63%-
XYZ5.416.263.94-
YUV69.18117.17127.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=35.94%
G=38.02%
B=26.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973500.0500.320.7170.4318.724.12
Hex454932502047461318
Octal1051116250401071062330
Binary100010110010011100101010100000100011110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454932; }

 p { color: rgb(69,73,50); }

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

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

 a { background-color: rgb(69,73,50); }

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

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

 span { border-color: rgb(69,73,50); }

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