Html Css Color HEX #424633 Scrub

📋 copy color: '#424633'

red 66 ◦ green 70 ◦ blue 51

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

Shades of Scrub #424633

Tints of Scrub #424633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 35.29%
G = 37.43%
B = 27.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#424633 (or 0x424633) is known color: Scrub. HEX triplet: 42, 46 and 33. RGB value is (66,70,51). Sum of RGB (Red+Green+Blue) = 66+70+51=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #424633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424633 is #BDB9CC. Grayscale: #424242. Windows color (decimal): -12433869 or 3360322. OLE color: 3360322.

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

Color convert

RGB 66 70 51 -
CMYK 0.06 0 0.27 0.73
HSL 72.63º 0.16% 0.24% -
HSV(B) 72.63º 0.27% 0.27% -
XYZ 5.03 5.78 3.98 -
YUV 66.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 66 70 51 0.06 0 0.27 0.73 72.63 0.16 0.24
Hex 42 46 33 6 0 1B 49 49 10 18
Octal 102 106 63 6 0 33 111 111 20 30
Binary 1000010 1000110 110011 110 0 11011 1001001 1001001 10000 11000

Color Harmonies of #424633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424633

Black with #424633

Text Example


Text Example

White with #424633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424633; }

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

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

background-color css

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

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

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

border-color css

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

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

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