Html Css Color HEX #446249 Nandor

📋 copy color: '#446249'

red 68 ◦ green 98 ◦ blue 73

#446249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nandor #446249

Tints of Nandor #446249

RGB

 RED value IS 68 (26.95% from 255) = 28.45%

 GREEN value IS 98 (38.67% from 255) = 41%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 28.45%
G = 41%
B = 30.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#446249 (or 0x446249) is known color: Nandor. HEX triplet: 44, 62 and 49. RGB value is (68,98,73). Sum of RGB (Red+Green+Blue) = 68+98+73=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #446249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446249 is #BB9DB6. Grayscale: #565656. Windows color (decimal): -12295607 or 4809284. OLE color: 4809284.

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

Color convert

RGB 68 98 73 -
CMYK 0.31 0 0.26 0.62
HSL 130º 0.18% 0.33% -
HSV(B) 130º 0.31% 0.38% -
XYZ 7.95 10.45 7.9 -
YUV 86.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 68 98 73 0.31 0 0.26 0.62 130 0.18 0.33
Hex 44 62 49 1F 0 1A 3E 82 12 21
Octal 104 142 111 37 0 32 76 202 22 41
Binary 1000100 1100010 1001001 11111 0 11010 111110 10000010 10010 100001

Color Harmonies of #446249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446249

Black with #446249

Text Example


Text Example

White with #446249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446249; }

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

 H1.HeaderClassName
 {
   color: #446249;
 }
 .AnyTagClassName
 {
   color: #446249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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