#444830

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

Shades of Scrub #444830

Tints of Scrub #444830

Color information

#444830 (or 0x444830) is unknown color: approx Scrub. HEX triplet: 44, 48 and 30. RGB value is (68,72,48). Sum of RGB (Red+Green+Blue) = 68+72+48=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #444830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444830 is #BBB7CF. Grayscale: #444444. Windows color (decimal): -12302288 or 3164228. OLE color: 3164228.

HSL color Cylindrical-coordinate representation of color #444830: hue angle of 70º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444830 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB687248-
CMYK0.0600.330.72
HSL70º20%23.53%-
HSV(B)70º33.33%28.24%-
XYZ5.236.083.69-
YUV68.07116.67127.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=36.17%
G=38.30%
B=25.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872480.0600.330.72702023.53
Hex444830602148461418
Octal1041106060411101062430
Binary100010010010001100001100100001100100010001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444830; }

 p { color: rgb(68,72,48); }

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

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

 a { background-color: rgb(68,72,48); }

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

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

 span { border-color: rgb(68,72,48); }

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