#414730

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

Shades of Scrub #414730

Tints of Scrub #414730

Color information

#414730 (or 0x414730) is unknown color: approx Scrub. HEX triplet: 41, 47 and 30. RGB value is (65,71,48). Sum of RGB (Red+Green+Blue) = 65+71+48=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #414730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414730 is #BEB8CF. Grayscale: #424242. Windows color (decimal): -12499152 or 3163969. OLE color: 3163969.

HSL color Cylindrical-coordinate representation of color #414730: hue angle of 75.65º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414730 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB657148-
CMYK0.0800.320.72
HSL75.65º19.33%23.33%-
HSV(B)75.65º32.39%27.84%-
XYZ4.975.843.66-
YUV66.58117.51126.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 48 (19.14% from 255) = 26.09%
R=35.33%
G=38.59%
B=26.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571480.0800.320.7275.6519.3323.33
Hex4147308020484c1317
Octal10110760100401101142327
Binary1000001100011111000010000100000100100010011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414730; }

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

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

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

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

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

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

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

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