#49694B

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

Shades of Nandor #49694B

Tints of Nandor #49694B

Color information

#49694B (or 0x49694B) is unknown color: approx Nandor. HEX triplet: 49, 69 and 4B. RGB value is (73,105,75). Sum of RGB (Red+Green+Blue) = 73+105+75=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #49694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49694B is #B696B4. Grayscale: #5C5C5C. Windows color (decimal): -11966133 or 4942153. OLE color: 4942153.

HSL color Cylindrical-coordinate representation of color #49694B: hue angle of 123.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49694B is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB7310575-
CMYK0.3000.290.59
HSL123.75º17.98%34.9%-
HSV(B)123.75º30.48%41.18%-
XYZ9.0712.038.5-
YUV92.01118.4114.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=28.85%
G=41.50%
B=29.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105750.3000.290.59123.7517.9834.9
Hex49694B1E01D3B7c1223
Octal11115111336035731742243
Binary10010011101001100101111110011101111011111110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49694B; }

 p { color: rgb(73,105,75); }

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

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

 a { background-color: rgb(73,105,75); }

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

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

 span { border-color: rgb(73,105,75); }

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