Html Css Color HEX #404331 Scrub

📋 copy color: '#404331'

red 64 ◦ green 67 ◦ blue 49

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

Shades of Scrub #404331

Tints of Scrub #404331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 35.56%
G = 37.22%
B = 27.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#404331 (or 0x404331) is known color: Scrub. HEX triplet: 40, 43 and 31. RGB value is (64,67,49). Sum of RGB (Red+Green+Blue) = 64+67+49=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #404331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404331 is #BFBCCE. Grayscale: #404040. Windows color (decimal): -12565711 or 3228480. OLE color: 3228480.

HSL color Cylindrical-coordinate representation of color #404331: hue angle of 70º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404331 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 49 -
CMYK 0.04 0 0.27 0.74
HSL 70º 0.16% 0.23% -
HSV(B) 70º 0.27% 0.26% -
XYZ 4.68 5.33 3.69 -
YUV 64.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 64 67 49 0.04 0 0.27 0.74 70 0.16 0.23
Hex 40 43 31 4 0 1B 4A 46 10 17
Octal 100 103 61 4 0 33 112 106 20 27
Binary 1000000 1000011 110001 100 0 11011 1001010 1000110 10000 10111

Color Harmonies of #404331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404331

Black with #404331

Text Example


Text Example

White with #404331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404331; }

 p { color: rgb(64,67,49); }

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

background-color css

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

 a { background-color: rgb(64,67,49); }

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

border-color css

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

 span { border-color: rgb(64,67,49); }

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