Html Css Color HEX #414435 Scrub

📋 copy color: '#414435'

red 65 ◦ green 68 ◦ blue 53

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

Shades of Scrub #414435

Tints of Scrub #414435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 34.95%
G = 36.56%
B = 28.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#414435 (or 0x414435) is known color: Scrub. HEX triplet: 41, 44 and 35. RGB value is (65,68,53). Sum of RGB (Red+Green+Blue) = 65+68+53=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #414435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414435 is #BEBBCA. Grayscale: #414141. Windows color (decimal): -12499915 or 3490881. OLE color: 3490881.

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

Color convert

RGB 65 68 53 -
CMYK 0.04 0 0.22 0.73
HSL 72º 0.12% 0.24% -
HSV(B) 72º 0.22% 0.27% -
XYZ 4.89 5.52 4.17 -
YUV 65.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 65 68 53 0.04 0 0.22 0.73 72 0.12 0.24
Hex 41 44 35 4 0 16 49 48 C 18
Octal 101 104 65 4 0 26 111 110 14 30
Binary 1000001 1000100 110101 100 0 10110 1001001 1001000 1100 11000

Color Harmonies of #414435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414435

Black with #414435

Text Example


Text Example

White with #414435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414435; }

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

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

background-color css

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

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

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

border-color css

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

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

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