Html Css Color HEX #404428 Scrub

📋 copy color: '#404428'

red 64 ◦ green 68 ◦ blue 40

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

Shades of Scrub #404428

Tints of Scrub #404428

RGB

 RED value IS 64 (25.39% from 255) = 37.21%

 GREEN value IS 68 (26.95% from 255) = 39.53%

 BLUE value IS 40 (16.02% from 255) = 23.26%

R = 37.21%
G = 39.53%
B = 23.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#404428 (or 0x404428) is known color: Scrub. HEX triplet: 40, 44 and 28. RGB value is (64,68,40). Sum of RGB (Red+Green+Blue) = 64+68+40=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #404428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404428 is #BFBBD7. Grayscale: #3F3F3F. Windows color (decimal): -12565464 or 2638912. OLE color: 2638912.

HSL color Cylindrical-coordinate representation of color #404428: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #404428 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 40 -
CMYK 0.06 0 0.41 0.73
HSL 68.57º 0.26% 0.21% -
HSV(B) 68.57º 0.41% 0.27% -
XYZ 4.56 5.38 2.8 -
YUV 63.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 64 68 40 0.06 0 0.41 0.73 68.57 0.26 0.21
Hex 40 44 28 6 0 29 49 45 1A 15
Octal 100 104 50 6 0 51 111 105 32 25
Binary 1000000 1000100 101000 110 0 101001 1001001 1000101 11010 10101

Color Harmonies of #404428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404428

Black with #404428

Text Example


Text Example

White with #404428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404428; }

 p { color: rgb(64,68,40); }

 H1.HeaderClassName
 {
   color: #404428;
 }
 .AnyTagClassName
 {
   color: #404428;
 }
</style>

background-color css

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

 a { background-color: rgb(64,68,40); }

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

border-color css

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

 span { border-color: rgb(64,68,40); }

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