Html Css Color HEX #414635 Scrub

📋 copy color: '#414635'

red 65 ◦ green 70 ◦ blue 53

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

Shades of Scrub #414635

Tints of Scrub #414635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 34.57%
G = 37.23%
B = 28.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#414635 (or 0x414635) is known color: Scrub. HEX triplet: 41, 46 and 35. RGB value is (65,70,53). Sum of RGB (Red+Green+Blue) = 65+70+53=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #414635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414635 is #BEB9CA. Grayscale: #424242. Windows color (decimal): -12499403 or 3491393. OLE color: 3491393.

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

Color convert

RGB 65 70 53 -
CMYK 0.07 0 0.24 0.73
HSL 77.65º 0.14% 0.24% -
HSV(B) 77.65º 0.24% 0.27% -
XYZ 5.01 5.76 4.22 -
YUV 66.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 65 70 53 0.07 0 0.24 0.73 77.65 0.14 0.24
Hex 41 46 35 7 0 18 49 4E E 18
Octal 101 106 65 7 0 30 111 116 16 30
Binary 1000001 1000110 110101 111 0 11000 1001001 1001110 1110 11000

Color Harmonies of #414635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414635

Black with #414635

Text Example


Text Example

White with #414635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414635; }

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

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

background-color css

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

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

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

border-color css

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

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

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