Html Css Color HEX #424637 Scrub

📋 copy color: '#424637'

red 66 ◦ green 70 ◦ blue 55

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

Shades of Scrub #424637

Tints of Scrub #424637

RGB

 RED value IS 66 (26.17% from 255) = 34.55%

 GREEN value IS 70 (27.73% from 255) = 36.65%

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

R = 34.55%
G = 36.65%
B = 28.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#424637 (or 0x424637) is known color: Scrub. HEX triplet: 42, 46 and 37. RGB value is (66,70,55). Sum of RGB (Red+Green+Blue) = 66+70+55=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #424637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424637 is #BDB9C8. Grayscale: #434343. Windows color (decimal): -12433865 or 3622466. OLE color: 3622466.

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

Color convert

RGB 66 70 55 -
CMYK 0.06 0 0.21 0.73
HSL 76º 0.12% 0.25% -
HSV(B) 76º 0.21% 0.27% -
XYZ 5.13 5.81 4.47 -
YUV 67.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 66 70 55 0.06 0 0.21 0.73 76 0.12 0.25
Hex 42 46 37 6 0 15 49 4C C 19
Octal 102 106 67 6 0 25 111 114 14 31
Binary 1000010 1000110 110111 110 0 10101 1001001 1001100 1100 11001

Color Harmonies of #424637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424637

Black with #424637

Text Example


Text Example

White with #424637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424637; }

 p { color: rgb(66,70,55); }

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

background-color css

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

 a { background-color: rgb(66,70,55); }

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

border-color css

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

 span { border-color: rgb(66,70,55); }

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