Html Css Color HEX #414433 Scrub

📋 copy color: '#414433'

red 65 ◦ green 68 ◦ blue 51

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

Shades of Scrub #414433

Tints of Scrub #414433

RGB

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

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

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

R = 35.33%
G = 36.96%
B = 27.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#414433 (or 0x414433) is known color: Scrub. HEX triplet: 41, 44 and 33. RGB value is (65,68,51). Sum of RGB (Red+Green+Blue) = 65+68+51=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 68 - color contains mainly: green. Hex color #414433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414433 is #BEBBCC. Grayscale: #414141. Windows color (decimal): -12499917 or 3359809. OLE color: 3359809.

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

Color convert

RGB 65 68 51 -
CMYK 0.04 0 0.25 0.73
HSL 70.59º 0.14% 0.23% -
HSV(B) 70.59º 0.25% 0.27% -
XYZ 4.84 5.5 3.94 -
YUV 65.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 65 68 51 0.04 0 0.25 0.73 70.59 0.14 0.23
Hex 41 44 33 4 0 19 49 47 E 17
Octal 101 104 63 4 0 31 111 107 16 27
Binary 1000001 1000100 110011 100 0 11001 1001001 1000111 1110 10111

Color Harmonies of #414433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414433

Black with #414433

Text Example


Text Example

White with #414433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414433; }

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

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

background-color css

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

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

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

border-color css

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

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

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