Html Css Color HEX #414731 Scrub

📋 copy color: '#414731'

red 65 ◦ green 71 ◦ blue 49

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

Shades of Scrub #414731

Tints of Scrub #414731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

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

R = 35.14%
G = 38.38%
B = 26.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#414731 (or 0x414731) is known color: Scrub. HEX triplet: 41, 47 and 31. RGB value is (65,71,49). Sum of RGB (Red+Green+Blue) = 65+71+49=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #414731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414731 is #BEB8CE. Grayscale: #424242. Windows color (decimal): -12499151 or 3229505. OLE color: 3229505.

HSL color Cylindrical-coordinate representation of color #414731: hue angle of 76.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #414731 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 49 -
CMYK 0.08 0 0.31 0.72
HSL 76.36º 0.18% 0.24% -
HSV(B) 76.36º 0.31% 0.28% -
XYZ 4.99 5.85 3.77 -
YUV 66.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 65 71 49 0.08 0 0.31 0.72 76.36 0.18 0.24
Hex 41 47 31 8 0 1F 48 4C 12 18
Octal 101 107 61 10 0 37 110 114 22 30
Binary 1000001 1000111 110001 1000 0 11111 1001000 1001100 10010 11000

Color Harmonies of #414731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414731

Black with #414731

Text Example


Text Example

White with #414731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414731; }

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

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

background-color css

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

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

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

border-color css

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

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

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