#4B6249

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

Shades of Nandor #4B6249

Tints of Nandor #4B6249

Color information

#4B6249 (or 0x4B6249) is unknown color: approx Nandor. HEX triplet: 4B, 62 and 49. RGB value is (75,98,73). Sum of RGB (Red+Green+Blue) = 75+98+73=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6249 is #B49DB6. Grayscale: #585858. Windows color (decimal): -11836855 or 4809291. OLE color: 4809291.

HSL color Cylindrical-coordinate representation of color #4B6249: hue angle of 115.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B6249 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB759873-
CMYK0.2300.260.62
HSL115.2º14.62%33.53%-
HSV(B)115.2º25.51%38.43%-
XYZ8.4710.717.92-
YUV88.27119.38118.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=30.49%
G=39.84%
B=29.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7598730.2300.260.62115.214.6233.53
Hex4B62491701A3E73f22
Octal11314211127032761631742
Binary1001011110001010010011011101101011111011100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B6249; }

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

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

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

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

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

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

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

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