#414731

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

Shades of Scrub #414731

Tints of Scrub #414731

Color information

#414731 (or 0x414731) is unknown color: approx Scrub. HEX triplet: 41, 47 and 31. RGB value is (65,71,49). Sum of RGB (Red+Green+Blue) = 65+71+49=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #414731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414731 is #BEB8CE. Grayscale: #424242. Windows color (decimal): -12499151 or 3229505. OLE color: 3229505.

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

Color convert

RGB657149-
CMYK0.0800.310.72
HSL76.36º18.33%23.53%-
HSV(B)76.36º30.99%27.84%-
XYZ4.995.853.77-
YUV66.7118.01126.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=35.14%
G=38.38%
B=26.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571490.0800.310.7276.3618.3323.53
Hex414731801F484c1218
Octal10110761100371101142230
Binary100000110001111100011000011111100100010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414731; }

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

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

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

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

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

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

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

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