#455848

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

Shades of Nandor #455848

Tints of Nandor #455848

Color information

#455848 (or 0x455848) is unknown color: approx Nandor. HEX triplet: 45, 58 and 48. RGB value is (69,88,72). Sum of RGB (Red+Green+Blue) = 69+88+72=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #455848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455848 is #BAA7B7. Grayscale: #505050. Windows color (decimal): -12232632 or 4741189. OLE color: 4741189.

HSL color Cylindrical-coordinate representation of color #455848: hue angle of 129.47º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455848 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB698872-
CMYK0.2200.180.65
HSL129.47º12.1%30.78%-
HSV(B)129.47º21.59%34.51%-
XYZ7.118.717.44-
YUV80.5123.21119.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=30.13%
G=38.43%
B=31.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988720.2200.180.65129.4712.130.78
Hex455848160124181c1f
Octal105130110260221012011437
Binary10001011011000100100010110010010100000110000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455848; }

 p { color: rgb(69,88,72); }

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

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

 a { background-color: rgb(69,88,72); }

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

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

 span { border-color: rgb(69,88,72); }

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