Html Css Color HEX #446349 Nandor

📋 copy color: '#446349'

red 68 ◦ green 99 ◦ blue 73

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

Shades of Nandor #446349

Tints of Nandor #446349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.25%

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

R = 28.33%
G = 41.25%
B = 30.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#446349 (or 0x446349) is known color: Nandor. HEX triplet: 44, 63 and 49. RGB value is (68,99,73). Sum of RGB (Red+Green+Blue) = 68+99+73=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #446349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446349 is #BB9CB6. Grayscale: #565656. Windows color (decimal): -12295351 or 4809540. OLE color: 4809540.

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

Color convert

RGB 68 99 73 -
CMYK 0.31 0 0.26 0.61
HSL 129.68º 0.19% 0.33% -
HSV(B) 129.68º 0.31% 0.39% -
XYZ 8.05 10.63 7.93 -
YUV 86.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 68 99 73 0.31 0 0.26 0.61 129.68 0.19 0.33
Hex 44 63 49 1F 0 1A 3D 82 13 21
Octal 104 143 111 37 0 32 75 202 23 41
Binary 1000100 1100011 1001001 11111 0 11010 111101 10000010 10011 100001

Color Harmonies of #446349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446349

Black with #446349

Text Example


Text Example

White with #446349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446349; }

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

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

background-color css

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

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

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

border-color css

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

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

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