#446148

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

Shades of Nandor #446148

Tints of Nandor #446148

Color information

#446148 (or 0x446148) is unknown color: approx Nandor. HEX triplet: 44, 61 and 48. RGB value is (68,97,72). Sum of RGB (Red+Green+Blue) = 68+97+72=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #446148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446148 is #BB9EB7. Grayscale: #555555. Windows color (decimal): -12295864 or 4743492. OLE color: 4743492.

HSL color Cylindrical-coordinate representation of color #446148: hue angle of 128.28º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #446148 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB689772-
CMYK0.3000.260.62
HSL128.28º17.58%32.35%-
HSV(B)128.28º29.9%38.04%-
XYZ7.8310.257.7-
YUV85.48120.39115.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=28.69%
G=40.93%
B=30.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897720.3000.260.62128.2817.5832.35
Hex4461481E01A3E801220
Octal10414111036032762002240
Binary100010011000011001000111100110101111101000000010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446148; }

 p { color: rgb(68,97,72); }

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

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

 a { background-color: rgb(68,97,72); }

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

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

 span { border-color: rgb(68,97,72); }

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