Html Css Color HEX #424731 Scrub

📋 copy color: '#424731'

red 66 ◦ green 71 ◦ blue 49

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

Shades of Scrub #424731

Tints of Scrub #424731

RGB

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

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

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

R = 35.48%
G = 38.17%
B = 26.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#424731 (or 0x424731) is known color: Scrub. HEX triplet: 42, 47 and 31. RGB value is (66,71,49). Sum of RGB (Red+Green+Blue) = 66+71+49=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #424731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424731 is #BDB8CE. Grayscale: #434343. Windows color (decimal): -12433615 or 3229506. OLE color: 3229506.

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

Color convert

RGB 66 71 49 -
CMYK 0.07 0 0.31 0.72
HSL 73.64º 0.18% 0.24% -
HSV(B) 73.64º 0.31% 0.28% -
XYZ 5.05 5.89 3.78 -
YUV 67 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 66 71 49 0.07 0 0.31 0.72 73.64 0.18 0.24
Hex 42 47 31 7 0 1F 48 4A 12 18
Octal 102 107 61 7 0 37 110 112 22 30
Binary 1000010 1000111 110001 111 0 11111 1001000 1001010 10010 11000

Color Harmonies of #424731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424731

Black with #424731

Text Example


Text Example

White with #424731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424731; }

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

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

background-color css

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

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

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

border-color css

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

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

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