Html Css Color HEX #414732 Scrub

📋 copy color: '#414732'

red 65 ◦ green 71 ◦ blue 50

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

Shades of Scrub #414732

Tints of Scrub #414732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 34.95%
G = 38.17%
B = 26.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#414732 (or 0x414732) is known color: Scrub. HEX triplet: 41, 47 and 32. RGB value is (65,71,50). Sum of RGB (Red+Green+Blue) = 65+71+50=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #414732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414732 is #BEB8CD. Grayscale: #424242. Windows color (decimal): -12499150 or 3295041. OLE color: 3295041.

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

Color convert

RGB 65 71 50 -
CMYK 0.08 0 0.30 0.72
HSL 77.14º 0.17% 0.24% -
HSV(B) 77.14º 0.3% 0.28% -
XYZ 5.01 5.86 3.88 -
YUV 66.81 118.51 126.71 -
System Red Green Blue C M Y K H S L
Decimal 65 71 50 0.08 0 0.30 0.72 77.14 0.17 0.24
Hex 41 47 32 8 0 1E 48 4D 11 18
Octal 101 107 62 10 0 36 110 115 21 30
Binary 1000001 1000111 110010 1000 0 11110 1001000 1001101 10001 11000

Color Harmonies of #414732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414732

Black with #414732

Text Example


Text Example

White with #414732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414732; }

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

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

background-color css

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

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

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

border-color css

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

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

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