Html Css Color HEX #424630 Scrub

📋 copy color: '#424630'

red 66 ◦ green 70 ◦ blue 48

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

Shades of Scrub #424630

Tints of Scrub #424630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 35.87%
G = 38.04%
B = 26.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#424630 (or 0x424630) is known color: Scrub. HEX triplet: 42, 46 and 30. RGB value is (66,70,48). Sum of RGB (Red+Green+Blue) = 66+70+48=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #424630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424630 is #BDB9CF. Grayscale: #424242. Windows color (decimal): -12433872 or 3163714. OLE color: 3163714.

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

Color convert

RGB 66 70 48 -
CMYK 0.06 0 0.31 0.73
HSL 70.91º 0.19% 0.23% -
HSV(B) 70.91º 0.31% 0.27% -
XYZ 4.97 5.75 3.64 -
YUV 66.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 66 70 48 0.06 0 0.31 0.73 70.91 0.19 0.23
Hex 42 46 30 6 0 1F 49 47 13 17
Octal 102 106 60 6 0 37 111 107 23 27
Binary 1000010 1000110 110000 110 0 11111 1001001 1000111 10011 10111

Color Harmonies of #424630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424630

Black with #424630

Text Example


Text Example

White with #424630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424630; }

 p { color: rgb(66,70,48); }

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

background-color css

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

 a { background-color: rgb(66,70,48); }

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

border-color css

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

 span { border-color: rgb(66,70,48); }

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