#414233

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

Shades of Scrub #414233

Tints of Scrub #414233

Color information

#414233 (or 0x414233) is unknown color: approx Scrub. HEX triplet: 41, 42 and 33. RGB value is (65,66,51). Sum of RGB (Red+Green+Blue) = 65+66+51=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 66 - color contains mainly: green. Hex color #414233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414233 is #BEBDCC. Grayscale: #404040. Windows color (decimal): -12500429 or 3359297. OLE color: 3359297.

HSL color Cylindrical-coordinate representation of color #414233: hue angle of 64º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414233 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB656651-
CMYK0.0200.230.74
HSL64º12.82%22.94%-
HSV(B)64º22.73%25.88%-
XYZ4.735.263.9-
YUV63.99120.67128.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=35.71%
G=36.26%
B=28.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566510.0200.230.746412.8222.94
Hex41423320174A40d17
Octal1011026320271121001527
Binary100000110000101100111001011110010101000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414233; }

 p { color: rgb(65,66,51); }

 H1.HeaderClassName
 {
   color: #414233;
 }
 .AnyTagClassName
 {
   color: #414233;
 }
</style>
background-color css

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

 a { background-color: rgb(65,66,51); }

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

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

 span { border-color: rgb(65,66,51); }

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