Html Css Color HEX #414431 Scrub

📋 copy color: '#414431'

red 65 ◦ green 68 ◦ blue 49

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

Shades of Scrub #414431

Tints of Scrub #414431

RGB

 RED value IS 65 (25.78% from 255) = 35.71%

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

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 35.71%
G = 37.36%
B = 26.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#414431 (or 0x414431) is known color: Scrub. HEX triplet: 41, 44 and 31. RGB value is (65,68,49). Sum of RGB (Red+Green+Blue) = 65+68+49=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #414431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414431 is #BEBBCE. Grayscale: #414141. Windows color (decimal): -12499919 or 3228737. OLE color: 3228737.

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

Color convert

RGB 65 68 49 -
CMYK 0.04 0 0.28 0.73
HSL 69.47º 0.16% 0.23% -
HSV(B) 69.47º 0.28% 0.27% -
XYZ 4.8 5.48 3.71 -
YUV 64.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 65 68 49 0.04 0 0.28 0.73 69.47 0.16 0.23
Hex 41 44 31 4 0 1C 49 45 10 17
Octal 101 104 61 4 0 34 111 105 20 27
Binary 1000001 1000100 110001 100 0 11100 1001001 1000101 10000 10111

Color Harmonies of #414431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414431

Black with #414431

Text Example


Text Example

White with #414431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414431; }

 p { color: rgb(65,68,49); }

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

background-color css

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

 a { background-color: rgb(65,68,49); }

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

border-color css

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

 span { border-color: rgb(65,68,49); }

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