#414230

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

Shades of Scrub #414230

Tints of Scrub #414230

Color information

#414230 (or 0x414230) is unknown color: approx Scrub. HEX triplet: 41, 42 and 30. RGB value is (65,66,48). Sum of RGB (Red+Green+Blue) = 65+66+48=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #414230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414230 is #BEBDCF. Grayscale: #3F3F3F. Windows color (decimal): -12500432 or 3162689. OLE color: 3162689.

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

Color convert

RGB656648-
CMYK0.0200.270.74
HSL63.33º15.79%22.35%-
HSV(B)63.33º27.27%25.88%-
XYZ4.665.233.56-
YUV63.65119.17128.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=36.31%
G=36.87%
B=26.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566480.0200.270.7463.3315.7922.35
Hex414230201B4A3f1016
Octal101102602033112772026
Binary100000110000101100001001101110010101111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414230; }

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

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

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

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

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

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

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

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