Html Css Color HEX #424735 Scrub

📋 copy color: '#424735'

red 66 ◦ green 71 ◦ blue 53

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

Shades of Scrub #424735

Tints of Scrub #424735

RGB

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

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

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

R = 34.74%
G = 37.37%
B = 27.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#424735 (or 0x424735) is known color: Scrub. HEX triplet: 42, 47 and 35. RGB value is (66,71,53). Sum of RGB (Red+Green+Blue) = 66+71+53=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #424735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424735 is #BDB8CA. Grayscale: #434343. Windows color (decimal): -12433611 or 3491650. OLE color: 3491650.

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

Color convert

RGB 66 71 53 -
CMYK 0.07 0 0.25 0.72
HSL 76.67º 0.15% 0.24% -
HSV(B) 76.67º 0.25% 0.28% -
XYZ 5.14 5.92 4.24 -
YUV 67.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 66 71 53 0.07 0 0.25 0.72 76.67 0.15 0.24
Hex 42 47 35 7 0 19 48 4D F 18
Octal 102 107 65 7 0 31 110 115 17 30
Binary 1000010 1000111 110101 111 0 11001 1001000 1001101 1111 11000

Color Harmonies of #424735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424735

Black with #424735

Text Example


Text Example

White with #424735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424735; }

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

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

background-color css

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

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

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

border-color css

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

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

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