Html Css Color HEX #424537 Scrub

📋 copy color: '#424537'

red 66 ◦ green 69 ◦ blue 55

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

Shades of Scrub #424537

Tints of Scrub #424537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.32%

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

R = 34.74%
G = 36.32%
B = 28.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#424537 (or 0x424537) is known color: Scrub. HEX triplet: 42, 45 and 37. RGB value is (66,69,55). Sum of RGB (Red+Green+Blue) = 66+69+55=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #424537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424537 is #BDBAC8. Grayscale: #424242. Windows color (decimal): -12434121 or 3622210. OLE color: 3622210.

HSL color Cylindrical-coordinate representation of color #424537: hue angle of 72.86º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424537 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 69 55 -
CMYK 0.04 0 0.20 0.73
HSL 72.86º 0.11% 0.24% -
HSV(B) 72.86º 0.2% 0.27% -
XYZ 5.06 5.69 4.45 -
YUV 66.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 66 69 55 0.04 0 0.20 0.73 72.86 0.11 0.24
Hex 42 45 37 4 0 14 49 49 B 18
Octal 102 105 67 4 0 24 111 111 13 30
Binary 1000010 1000101 110111 100 0 10100 1001001 1001001 1011 11000

Color Harmonies of #424537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424537

Black with #424537

Text Example


Text Example

White with #424537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424537; }

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

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

background-color css

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

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

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

border-color css

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

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

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