Html Css Color HEX #424538 Scrub

📋 copy color: '#424538'

red 66 ◦ green 69 ◦ blue 56

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

Shades of Scrub #424538

Tints of Scrub #424538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 29.32%

R = 34.55%
G = 36.13%
B = 29.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#424538 (or 0x424538) is known color: Scrub. HEX triplet: 42, 45 and 38. RGB value is (66,69,56). Sum of RGB (Red+Green+Blue) = 66+69+56=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #424538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424538 is #BDBAC7. Grayscale: #424242. Windows color (decimal): -12434120 or 3687746. OLE color: 3687746.

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

Color convert

RGB 66 69 56 -
CMYK 0.04 0 0.19 0.73
HSL 73.85º 0.1% 0.25% -
HSV(B) 73.85º 0.19% 0.27% -
XYZ 5.09 5.7 4.57 -
YUV 66.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 66 69 56 0.04 0 0.19 0.73 73.85 0.1 0.25
Hex 42 45 38 4 0 13 49 4A A 19
Octal 102 105 70 4 0 23 111 112 12 31
Binary 1000010 1000101 111000 100 0 10011 1001001 1001010 1010 11001

Color Harmonies of #424538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424538

Black with #424538

Text Example


Text Example

White with #424538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424538; }

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

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

background-color css

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

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

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

border-color css

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

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

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