Html Css Color HEX #404337 Scrub

📋 copy color: '#404337'

red 64 ◦ green 67 ◦ blue 55

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

Shades of Scrub #404337

Tints of Scrub #404337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.57%

R = 34.41%
G = 36.02%
B = 29.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#404337 (or 0x404337) is known color: Scrub. HEX triplet: 40, 43 and 37. RGB value is (64,67,55). Sum of RGB (Red+Green+Blue) = 64+67+55=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #404337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404337 is #BFBCC8. Grayscale: #404040. Windows color (decimal): -12565705 or 3621696. OLE color: 3621696.

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

Color convert

RGB 64 67 55 -
CMYK 0.04 0 0.18 0.74
HSL 75º 0.1% 0.24% -
HSV(B) 75º 0.18% 0.26% -
XYZ 4.81 5.38 4.4 -
YUV 64.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 64 67 55 0.04 0 0.18 0.74 75 0.1 0.24
Hex 40 43 37 4 0 12 4A 4B A 18
Octal 100 103 67 4 0 22 112 113 12 30
Binary 1000000 1000011 110111 100 0 10010 1001010 1001011 1010 11000

Color Harmonies of #404337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404337

Black with #404337

Text Example


Text Example

White with #404337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404337; }

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

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

background-color css

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

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

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

border-color css

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

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

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