Html Css Color HEX #424331 Scrub

📋 copy color: '#424331'

red 66 ◦ green 67 ◦ blue 49

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

Shades of Scrub #424331

Tints of Scrub #424331

RGB

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

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

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

R = 36.26%
G = 36.81%
B = 26.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#424331 (or 0x424331) is known color: Scrub. HEX triplet: 42, 43 and 31. RGB value is (66,67,49). Sum of RGB (Red+Green+Blue) = 66+67+49=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #424331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424331 is #BDBCCE. Grayscale: #404040. Windows color (decimal): -12434639 or 3228482. OLE color: 3228482.

HSL color Cylindrical-coordinate representation of color #424331: hue angle of 63.33º 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 #424331 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 49 -
CMYK 0.01 0 0.27 0.74
HSL 63.33º 0.16% 0.23% -
HSV(B) 63.33º 0.27% 0.26% -
XYZ 4.81 5.39 3.69 -
YUV 64.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 66 67 49 0.01 0 0.27 0.74 63.33 0.16 0.23
Hex 42 43 31 1 0 1B 4A 3F 10 17
Octal 102 103 61 1 0 33 112 77 20 27
Binary 1000010 1000011 110001 1 0 11011 1001010 111111 10000 10111

Color Harmonies of #424331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424331

Black with #424331

Text Example


Text Example

White with #424331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424331; }

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

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

background-color css

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

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

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

border-color css

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

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

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