Html Css Color HEX #414733 Scrub

📋 copy color: '#414733'

red 65 ◦ green 71 ◦ blue 51

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

Shades of Scrub #414733

Tints of Scrub #414733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 34.76%
G = 37.97%
B = 27.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#414733 (or 0x414733) is known color: Scrub. HEX triplet: 41, 47 and 33. RGB value is (65,71,51). Sum of RGB (Red+Green+Blue) = 65+71+51=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #414733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414733 is #BEB8CC. Grayscale: #434343. Windows color (decimal): -12499149 or 3360577. OLE color: 3360577.

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

Color convert

RGB 65 71 51 -
CMYK 0.08 0 0.28 0.72
HSL 78º 0.16% 0.24% -
HSV(B) 78º 0.28% 0.28% -
XYZ 5.03 5.87 4 -
YUV 66.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 65 71 51 0.08 0 0.28 0.72 78 0.16 0.24
Hex 41 47 33 8 0 1C 48 4E 10 18
Octal 101 107 63 10 0 34 110 116 20 30
Binary 1000001 1000111 110011 1000 0 11100 1001000 1001110 10000 11000

Color Harmonies of #414733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414733

Black with #414733

Text Example


Text Example

White with #414733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414733; }

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

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

background-color css

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

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

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

border-color css

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

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

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