Html Css Color HEX #414535 Scrub

📋 copy color: '#414535'

red 65 ◦ green 69 ◦ blue 53

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

Shades of Scrub #414535

Tints of Scrub #414535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 34.76%
G = 36.9%
B = 28.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#414535 (or 0x414535) is known color: Scrub. HEX triplet: 41, 45 and 35. RGB value is (65,69,53). Sum of RGB (Red+Green+Blue) = 65+69+53=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #414535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414535 is #BEBACA. Grayscale: #424242. Windows color (decimal): -12499659 or 3491137. OLE color: 3491137.

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

Color convert

RGB 65 69 53 -
CMYK 0.06 0 0.23 0.73
HSL 75º 0.13% 0.24% -
HSV(B) 75º 0.23% 0.27% -
XYZ 4.95 5.64 4.2 -
YUV 65.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 65 69 53 0.06 0 0.23 0.73 75 0.13 0.24
Hex 41 45 35 6 0 17 49 4B D 18
Octal 101 105 65 6 0 27 111 113 15 30
Binary 1000001 1000101 110101 110 0 10111 1001001 1001011 1101 11000

Color Harmonies of #414535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414535

Black with #414535

Text Example


Text Example

White with #414535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414535; }

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

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

background-color css

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

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

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

border-color css

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

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

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