#414335

Color #414335 Scrub (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scrub #414335

Tints of Scrub #414335

Color information

#414335 (or 0x414335) is unknown color: approx 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

RGB656753-
CMYK0.0300.210.74
HSL68.57º11.67%23.53%-
HSV(B)68.57º20.9%26.27%-
XYZ4.835.44.15-
YUV64.81121.34128.14-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567530.0300.210.7468.5711.6723.53
Hex41433530154A45c18
Octal1011036530251121051430
Binary100000110000111101011101010110010101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>