#414338

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

Shades of Scrub #414338

Tints of Scrub #414338

Color information

#414338 (or 0x414338) is unknown color: approx Scrub. HEX triplet: 41, 43 and 38. RGB value is (65,67,56). Sum of RGB (Red+Green+Blue) = 65+67+56=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 67 - color contains mainly: green. Hex color #414338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414338 is #BEBCC7. Grayscale: #414141. Windows color (decimal): -12500168 or 3687233. OLE color: 3687233.

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

Color convert

RGB656756-
CMYK0.0300.160.74
HSL70.91º8.94%24.12%-
HSV(B)70.91º16.42%26.27%-
XYZ4.95.424.53-
YUV65.15122.84127.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=34.57%
G=35.64%
B=29.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6567560.0300.160.7470.918.9424.12
Hex41433830104A47918
Octal1011037030201121071130
Binary100000110000111110001101000010010101000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414338; }

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

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

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

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

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

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

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

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