Html Css Color HEX #444830 Scrub

📋 copy color: '#444830'

red 68 ◦ green 72 ◦ blue 48

#444830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scrub #444830

Tints of Scrub #444830

RGB

 RED value IS 68 (26.95% from 255) = 36.17%

 GREEN value IS 72 (28.52% from 255) = 38.3%

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 36.17%
G = 38.3%
B = 25.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#444830 (or 0x444830) is known color: 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

RGB 68 72 48 -
CMYK 0.06 0 0.33 0.72
HSL 70º 0.2% 0.24% -
HSV(B) 70º 0.33% 0.28% -
XYZ 5.23 6.08 3.69 -
YUV 68.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 68 72 48 0.06 0 0.33 0.72 70 0.2 0.24
Hex 44 48 30 6 0 21 48 46 14 18
Octal 104 110 60 6 0 41 110 106 24 30
Binary 1000100 1001000 110000 110 0 100001 1001000 1000110 10100 11000

Color Harmonies of #444830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444830

Black with #444830

Text Example


Text Example

White with #444830

Text Example


Text Example

HTML Codes & Css Web 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>