Html Css Color HEX #414531 Scrub

📋 copy color: '#414531'

red 65 ◦ green 69 ◦ blue 49

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

Shades of Scrub #414531

Tints of Scrub #414531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

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

R = 35.52%
G = 37.7%
B = 26.78%

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

#414531 (or 0x414531) is known color: Scrub. HEX triplet: 41, 45 and 31. RGB value is (65,69,49). Sum of RGB (Red+Green+Blue) = 65+69+49=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #414531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414531 is #BEBACE. Grayscale: #414141. Windows color (decimal): -12499663 or 3228993. OLE color: 3228993.

HSL color Cylindrical-coordinate representation of color #414531: 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 #414531 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 49 -
CMYK 0.06 0 0.29 0.73
HSL 72º 0.17% 0.23% -
HSV(B) 72º 0.29% 0.27% -
XYZ 4.86 5.6 3.73 -
YUV 65.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 65 69 49 0.06 0 0.29 0.73 72 0.17 0.23
Hex 41 45 31 6 0 1D 49 48 11 17
Octal 101 105 61 6 0 35 111 110 21 27
Binary 1000001 1000101 110001 110 0 11101 1001001 1001000 10001 10111

Color Harmonies of #414531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414531

Black with #414531

Text Example


Text Example

White with #414531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414531; }

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

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

background-color css

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

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

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

border-color css

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

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

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