Html Css Color HEX #404630 Scrub

📋 copy color: '#404630'

red 64 ◦ green 70 ◦ blue 48

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

Shades of Scrub #404630

Tints of Scrub #404630

RGB

 RED value IS 64 (25.39% from 255) = 35.16%

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

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

R = 35.16%
G = 38.46%
B = 26.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#404630 (or 0x404630) is known color: Scrub. HEX triplet: 40, 46 and 30. RGB value is (64,70,48). Sum of RGB (Red+Green+Blue) = 64+70+48=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 70 - color contains mainly: green. Hex color #404630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404630 is #BFB9CF. Grayscale: #414141. Windows color (decimal): -12564944 or 3163712. OLE color: 3163712.

HSL color Cylindrical-coordinate representation of color #404630: hue angle of 76.36º 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 #404630 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 70 48 -
CMYK 0.09 0 0.31 0.73
HSL 76.36º 0.19% 0.23% -
HSV(B) 76.36º 0.31% 0.27% -
XYZ 4.84 5.68 3.64 -
YUV 65.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 64 70 48 0.09 0 0.31 0.73 76.36 0.19 0.23
Hex 40 46 30 9 0 1F 49 4C 13 17
Octal 100 106 60 11 0 37 111 114 23 27
Binary 1000000 1000110 110000 1001 0 11111 1001001 1001100 10011 10111

Color Harmonies of #404630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404630

Black with #404630

Text Example


Text Example

White with #404630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404630; }

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

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

background-color css

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

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

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

border-color css

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

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

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