Html Css Color HEX #404430 Scrub

📋 copy color: '#404430'

red 64 ◦ green 68 ◦ blue 48

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

Shades of Scrub #404430

Tints of Scrub #404430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

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

R = 35.56%
G = 37.78%
B = 26.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#404430 (or 0x404430) is known color: Scrub. HEX triplet: 40, 44 and 30. RGB value is (64,68,48). Sum of RGB (Red+Green+Blue) = 64+68+48=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #404430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404430 is #BFBBCF. Grayscale: #404040. Windows color (decimal): -12565456 or 3163200. OLE color: 3163200.

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

Color convert

RGB 64 68 48 -
CMYK 0.06 0 0.29 0.73
HSL 72º 0.17% 0.23% -
HSV(B) 72º 0.29% 0.27% -
XYZ 4.71 5.44 3.6 -
YUV 64.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 64 68 48 0.06 0 0.29 0.73 72 0.17 0.23
Hex 40 44 30 6 0 1D 49 48 11 17
Octal 100 104 60 6 0 35 111 110 21 27
Binary 1000000 1000100 110000 110 0 11101 1001001 1001000 10001 10111

Color Harmonies of #404430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404430

Black with #404430

Text Example


Text Example

White with #404430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404430; }

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

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

background-color css

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

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

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

border-color css

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

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

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