Html Css Color HEX #446348 Nandor

📋 copy color: '#446348'

red 68 ◦ green 99 ◦ blue 72

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

Shades of Nandor #446348

Tints of Nandor #446348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 28.45%
G = 41.42%
B = 30.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#446348 (or 0x446348) is known color: Nandor. HEX triplet: 44, 63 and 48. RGB value is (68,99,72). Sum of RGB (Red+Green+Blue) = 68+99+72=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #446348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446348 is #BB9CB7. Grayscale: #565656. Windows color (decimal): -12295352 or 4744004. OLE color: 4744004.

HSL color Cylindrical-coordinate representation of color #446348: hue angle of 127.74º 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 #446348 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 99 72 -
CMYK 0.31 0 0.27 0.61
HSL 127.74º 0.19% 0.33% -
HSV(B) 127.74º 0.31% 0.39% -
XYZ 8.02 10.62 7.76 -
YUV 86.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 68 99 72 0.31 0 0.27 0.61 127.74 0.19 0.33
Hex 44 63 48 1F 0 1B 3D 80 13 21
Octal 104 143 110 37 0 33 75 200 23 41
Binary 1000100 1100011 1001000 11111 0 11011 111101 10000000 10011 100001

Color Harmonies of #446348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446348

Black with #446348

Text Example


Text Example

White with #446348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446348; }

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

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

background-color css

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

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

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

border-color css

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

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

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