#48634B

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

Shades of Nandor #48634B

Tints of Nandor #48634B

Color information

#48634B (or 0x48634B) is unknown color: approx Nandor. HEX triplet: 48, 63 and 4B. RGB value is (72,99,75). Sum of RGB (Red+Green+Blue) = 72+99+75=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #48634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48634B is #B79CB4. Grayscale: #585858. Windows color (decimal): -12033205 or 4940616. OLE color: 4940616.

HSL color Cylindrical-coordinate representation of color #48634B: hue angle of 126.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48634B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB729975-
CMYK0.2700.240.61
HSL126.67º15.79%33.53%-
HSV(B)126.67º27.27%38.82%-
XYZ8.410.818.3-
YUV88.19120.55116.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=29.27%
G=40.24%
B=30.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299750.2700.240.61126.6715.7933.53
Hex48634B1B0183D7f1022
Octal11014311333030751772042
Binary10010001100011100101111011011000111101111111110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,99,75); }

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

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

 a { background-color: rgb(72,99,75); }

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

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

 span { border-color: rgb(72,99,75); }

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