Html Css Color HEX #424732 Scrub

📋 copy color: '#424732'

red 66 ◦ green 71 ◦ blue 50

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

Shades of Scrub #424732

Tints of Scrub #424732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.97%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 35.29%
G = 37.97%
B = 26.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#424732 (or 0x424732) is known color: Scrub. HEX triplet: 42, 47 and 32. RGB value is (66,71,50). Sum of RGB (Red+Green+Blue) = 66+71+50=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #424732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424732 is #BDB8CD. Grayscale: #434343. Windows color (decimal): -12433614 or 3295042. OLE color: 3295042.

HSL color Cylindrical-coordinate representation of color #424732: hue angle of 74.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #424732 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 71 50 -
CMYK 0.07 0 0.30 0.72
HSL 74.29º 0.17% 0.24% -
HSV(B) 74.29º 0.3% 0.28% -
XYZ 5.08 5.9 3.89 -
YUV 67.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 66 71 50 0.07 0 0.30 0.72 74.29 0.17 0.24
Hex 42 47 32 7 0 1E 48 4A 11 18
Octal 102 107 62 7 0 36 110 112 21 30
Binary 1000010 1000111 110010 111 0 11110 1001000 1001010 10001 11000

Color Harmonies of #424732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424732

Black with #424732

Text Example


Text Example

White with #424732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424732; }

 p { color: rgb(66,71,50); }

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

background-color css

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

 a { background-color: rgb(66,71,50); }

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

border-color css

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

 span { border-color: rgb(66,71,50); }

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