Html Css Color HEX #414335 Scrub

📋 copy color: '#414335'

red 65 ◦ green 67 ◦ blue 53

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

Shades of Scrub #414335

Tints of Scrub #414335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 35.14%
G = 36.22%
B = 28.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#414335 (or 0x414335) is known color: Scrub. HEX triplet: 41, 43 and 35. RGB value is (65,67,53). Sum of RGB (Red+Green+Blue) = 65+67+53=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 67 - color contains mainly: green. Hex color #414335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414335 is #BEBCCA. Grayscale: #404040. Windows color (decimal): -12500171 or 3490625. OLE color: 3490625.

HSL color Cylindrical-coordinate representation of color #414335: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414335 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 53 -
CMYK 0.03 0 0.21 0.74
HSL 68.57º 0.12% 0.24% -
HSV(B) 68.57º 0.21% 0.26% -
XYZ 4.83 5.4 4.15 -
YUV 64.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 65 67 53 0.03 0 0.21 0.74 68.57 0.12 0.24
Hex 41 43 35 3 0 15 4A 45 C 18
Octal 101 103 65 3 0 25 112 105 14 30
Binary 1000001 1000011 110101 11 0 10101 1001010 1000101 1100 11000

Color Harmonies of #414335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414335

Black with #414335

Text Example


Text Example

White with #414335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414335; }

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

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

background-color css

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

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

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

border-color css

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

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

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