Html Css Color HEX #424631 Scrub

📋 copy color: '#424631'

red 66 ◦ green 70 ◦ blue 49

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

Shades of Scrub #424631

Tints of Scrub #424631

RGB

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

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

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

R = 35.68%
G = 37.84%
B = 26.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#424631 (or 0x424631) is known color: Scrub. HEX triplet: 42, 46 and 31. RGB value is (66,70,49). Sum of RGB (Red+Green+Blue) = 66+70+49=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #424631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424631 is #BDB9CE. Grayscale: #424242. Windows color (decimal): -12433871 or 3229250. OLE color: 3229250.

HSL color Cylindrical-coordinate representation of color #424631: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #424631 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 70 49 -
CMYK 0.06 0 0.30 0.73
HSL 71.43º 0.18% 0.23% -
HSV(B) 71.43º 0.3% 0.27% -
XYZ 4.99 5.76 3.75 -
YUV 66.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 66 70 49 0.06 0 0.30 0.73 71.43 0.18 0.23
Hex 42 46 31 6 0 1E 49 47 12 17
Octal 102 106 61 6 0 36 111 107 22 27
Binary 1000010 1000110 110001 110 0 11110 1001001 1000111 10010 10111

Color Harmonies of #424631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424631

Black with #424631

Text Example


Text Example

White with #424631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424631; }

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

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

background-color css

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

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

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

border-color css

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

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

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