Html Css Color HEX #404137 Scrub

📋 copy color: '#404137'

red 64 ◦ green 65 ◦ blue 55

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

Shades of Scrub #404137

Tints of Scrub #404137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

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

R = 34.78%
G = 35.33%
B = 29.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#404137 (or 0x404137) is known color: Scrub. HEX triplet: 40, 41 and 37. RGB value is (64,65,55). Sum of RGB (Red+Green+Blue) = 64+65+55=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 65 - color contains mainly: green. Hex color #404137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404137 is #BFBEC8. Grayscale: #3F3F3F. Windows color (decimal): -12566217 or 3621184. OLE color: 3621184.

HSL color Cylindrical-coordinate representation of color #404137: hue angle of 66º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404137 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 65 55 -
CMYK 0.02 0 0.15 0.75
HSL 66º 0.08% 0.24% -
HSV(B) 66º 0.15% 0.25% -
XYZ 4.69 5.15 4.36 -
YUV 63.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 64 65 55 0.02 0 0.15 0.75 66 0.08 0.24
Hex 40 41 37 2 0 F 4B 42 8 18
Octal 100 101 67 2 0 17 113 102 10 30
Binary 1000000 1000001 110111 10 0 1111 1001011 1000010 1000 11000

Color Harmonies of #404137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404137

Black with #404137

Text Example


Text Example

White with #404137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404137; }

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

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

background-color css

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

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

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

border-color css

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

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

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