Html Css Color HEX #424535 Scrub

📋 copy color: '#424535'

red 66 ◦ green 69 ◦ blue 53

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

Shades of Scrub #424535

Tints of Scrub #424535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 35.11%
G = 36.7%
B = 28.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#424535 (or 0x424535) is known color: Scrub. HEX triplet: 42, 45 and 35. RGB value is (66,69,53). Sum of RGB (Red+Green+Blue) = 66+69+53=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #424535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424535 is #BDBACA. Grayscale: #424242. Windows color (decimal): -12434123 or 3491138. OLE color: 3491138.

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

Color convert

RGB 66 69 53 -
CMYK 0.04 0 0.23 0.73
HSL 71.25º 0.13% 0.24% -
HSV(B) 71.25º 0.23% 0.27% -
XYZ 5.02 5.67 4.2 -
YUV 66.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 66 69 53 0.04 0 0.23 0.73 71.25 0.13 0.24
Hex 42 45 35 4 0 17 49 47 D 18
Octal 102 105 65 4 0 27 111 107 15 30
Binary 1000010 1000101 110101 100 0 10111 1001001 1000111 1101 11000

Color Harmonies of #424535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424535

Black with #424535

Text Example


Text Example

White with #424535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424535; }

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

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

background-color css

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

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

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

border-color css

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

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

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