#414333

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

Shades of Scrub #414333

Tints of Scrub #414333

Color information

#414333 (or 0x414333) is unknown color: approx Scrub. HEX triplet: 41, 43 and 33. RGB value is (65,67,51). Sum of RGB (Red+Green+Blue) = 65+67+51=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #414333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414333 is #BEBCCC. Grayscale: #404040. Windows color (decimal): -12500173 or 3359553. OLE color: 3359553.

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

Color convert

RGB656751-
CMYK0.0300.240.74
HSL67.5º13.56%23.14%-
HSV(B)67.5º23.88%26.27%-
XYZ4.785.383.92-
YUV64.58120.34128.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=35.52%
G=36.61%
B=27.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567510.0300.240.7467.513.5623.14
Hex41433330184A44e17
Octal1011036330301121041627
Binary100000110000111100111101100010010101000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414333; }

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

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

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

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

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

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

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

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