#414534

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

Shades of Scrub #414534

Tints of Scrub #414534

Color information

#414534 (or 0x414534) is unknown color: approx Scrub. HEX triplet: 41, 45 and 34. RGB value is (65,69,52). Sum of RGB (Red+Green+Blue) = 65+69+52=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #414534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414534 is #BEBACB. Grayscale: #414141. Windows color (decimal): -12499660 or 3425601. OLE color: 3425601.

HSL color Cylindrical-coordinate representation of color #414534: hue angle of 74.12º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414534 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB656952-
CMYK0.0600.250.73
HSL74.12º14.05%23.73%-
HSV(B)74.12º24.64%27.06%-
XYZ4.935.634.08-
YUV65.87120.17127.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.95%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=34.95%
G=37.10%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569520.0600.250.7374.1214.0523.73
Hex4145346019494ae18
Octal1011056460311111121630
Binary1000001100010111010011001100110010011001010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414534; }

 p { color: rgb(65,69,52); }

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

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

 a { background-color: rgb(65,69,52); }

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

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

 span { border-color: rgb(65,69,52); }

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